Method GetProcAddressOrThrow
GetProcAddressOrThrow<T>(SafeLibraryHandle, string)
Declaration
public static T GetProcAddressOrThrow<T>(Kernel32.SafeLibraryHandle dllHandle, string procName) where T : class
Parameters
Type | Name | Description |
---|---|---|
SafeLibraryHandle | dllHandle | |
string | procName |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |