IClrRuntimeInfoGetInterface Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Object GetInterface(
Guid coClassId,
Guid interfaceId
)
Function GetInterface (
coClassId As Guid,
interfaceId As Guid
) As Object
Object^ GetInterface(
[InAttribute] Guid coClassId,
[InAttribute] Guid interfaceId
)
abstract GetInterface :
coClassId : Guid *
interfaceId : Guid -> Object
Parameters
- coClassId
- Type: SystemGuid
- interfaceId
- Type: SystemGuid
Return Value
Type:
ObjectSee Also