Table of Contents

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

report string
failed bool

Properties

Failed

public bool Failed { get; }

Property Value

bool

Report

public string Report { get; }

Property Value

string