Class NativeLibLoader.ProcCaller<delegateT>
Inheritance
object
NativeLibLoader.ProcCaller<delegateT>
Assembly: NativeLibUtils.dll
Syntax
public sealed class NativeLibLoader.ProcCaller<delegateT> : MulticastDelegate
Type Parameters
Name |
Description |
delegateT |
|
Constructors
ProcCaller(object, IntPtr)
Declaration
public ProcCaller(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(delegateT, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(delegateT proc_ref, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
delegateT |
proc_ref |
|
System.AsyncCallback |
callback |
|
object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(delegateT)
Declaration
public virtual void Invoke(delegateT proc_ref)
Parameters
Type |
Name |
Description |
delegateT |
proc_ref |
|