Class EndOperationEventArgs
- Namespace
- MASES.JCOReflector.Engine
- Assembly
- MASES.JCOReflectorEngine.dll
public class EndOperationEventArgs : EventArgs
- Inheritance
-
EndOperationEventArgs
- Inherited Members
Constructors
EndOperationEventArgs(string, bool)
public EndOperationEventArgs(string report, bool failed)
Parameters
Properties
Failed
public bool Failed { get; }
Property Value
Report
public string Report { get; }