Table of Contents

Method CoCreateInstance

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CoCreateInstance(ref Guid, IntPtr, int, ref Guid, out ICorDebug)

public static extern void CoCreateInstance(ref Guid rclsid, IntPtr pUnkOuter, int dwClsContext, ref Guid riid, out ICorDebug debuggingInterface)

Parameters

rclsid Guid
pUnkOuter IntPtr
dwClsContext int
riid Guid
debuggingInterface ICorDebug