IClrRuntimeInfoGetProcAddress Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxIntPtr 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:
IntPtr
See Also