NativeAPILoadLibrary Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static IntPtr LoadLibrary(
string InPath
)
Public Shared Function LoadLibrary (
InPath As String
) As IntPtr
public:
static IntPtr LoadLibrary(
String^ InPath
)
static member LoadLibrary :
InPath : string -> IntPtr
Parameters
- InPath
- Type: SystemString
Return Value
Type:
IntPtrSee Also