C# Class GrayStorm.methodInvoking

Datei anzeigen Open project: GrayKernel/GrayStorm Class Usage Examples

Public Methods

Method Description
fireMethod ( IntPtr methodAddress, int whichCall ) : void
getIntPtrFromDelegate ( Delegate targetIN ) : IntPtr
getMethodDelegate ( MethodInfo methodIN ) : Delegate

Method Details

fireMethod() public static method

public static fireMethod ( IntPtr methodAddress, int whichCall ) : void
methodAddress System.IntPtr
whichCall int
return void

getIntPtrFromDelegate() public method

public getIntPtrFromDelegate ( Delegate targetIN ) : IntPtr
targetIN System.Delegate
return System.IntPtr

getMethodDelegate() public method

public getMethodDelegate ( MethodInfo methodIN ) : Delegate
methodIN System.Reflection.MethodInfo
return System.Delegate