Class DiagnoseMethod
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public sealed class DiagnoseMethod : MulticastDelegate
Constructors
DiagnoseMethod(Object, IntPtr)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public DiagnoseMethod(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
IntPtr | method |
Methods
BeginInvoke(Diagnostic, AsyncCallback, Object)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual IAsyncResult BeginInvoke(Diagnostic scaffolder, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
Diagnostic | scaffolder | |
AsyncCallback | callback | |
Object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(Diagnostic)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual void Invoke(Diagnostic scaffolder)
Parameters
Type | Name | Description |
---|---|---|
Diagnostic | scaffolder |
Extension Methods
EnumUtil.MapEnums<From, To>(From)