Share via


IApplicationDebugger.CreateInstanceAtDebugger Method

Definition

public:
 int CreateInstanceAtDebugger(Guid % rclsid, System::Object ^ pUnkOuter, System::UInt32 dwClsContext, Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvObject);
public int CreateInstanceAtDebugger(ref Guid rclsid, object pUnkOuter, uint dwClsContext, ref Guid riid, out object ppvObject);
abstract member CreateInstanceAtDebugger : Guid * obj * uint32 * Guid * obj -> int
Public Function CreateInstanceAtDebugger (ByRef rclsid As Guid, pUnkOuter As Object, dwClsContext As UInteger, ByRef riid As Guid, ByRef ppvObject As Object) As Integer

Parameters

rclsid
Guid
pUnkOuter
Object
dwClsContext
UInt32
riid
Guid
ppvObject
Object

Returns

Applies to