IClrRuntimeInfoGetProcAddress Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IntPtr GetProcAddress(
string procName
)
Function GetProcAddress (
procName As String
) As IntPtr
IntPtr GetProcAddress(
[InAttribute] String^ procName
)
abstract GetProcAddress :
procName : string -> IntPtr
Parameters
- procName
- Type: SystemString
Return Value
Type:
IntPtrSee Also