NativeFileIOGetProcAddress Method (IntPtr, String, Type) |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static Delegate GetProcAddress(
IntPtr hModule,
string procedureName,
Type delegateType
)
Public Shared Function GetProcAddress (
hModule As IntPtr,
procedureName As String,
delegateType As Type
) As Delegate
public:
static Delegate^ GetProcAddress(
IntPtr hModule,
String^ procedureName,
Type^ delegateType
)
static member GetProcAddress :
hModule : IntPtr *
procedureName : string *
delegateType : Type -> Delegate
Parameters
- hModule
- Type: SystemIntPtr
- procedureName
- Type: SystemString
- delegateType
- Type: SystemType
Return Value
Type:
DelegateSee Also