IClrRuntimeInfoLoadLibrary Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxIntPtr LoadLibrary(
string dllName
)
Function LoadLibrary (
dllName As String
) As IntPtr
IntPtr LoadLibrary(
[InAttribute] String^ dllName
)
abstract LoadLibrary :
dllName : string -> IntPtr
Parameters
- dllName
- Type: SystemString
Return Value
Type:
IntPtr
See Also