ReactOS 0.4.15-dev-7942-gd23573b
ICorConfiguration Interface Reference
Inheritance diagram for ICorConfiguration:
Collaboration diagram for ICorConfiguration:

Public Member Functions

HRESULT SetGCThreadControl ([in] IGCThreadControl *GCThreadControl)
 
HRESULT SetGCHostControl ([in] IGCHostControl *GCHostControl)
 
HRESULT SetDebuggerThreadControl ([in] IDebuggerThreadControl *debuggerThreadControl)
 
HRESULT AddDebuggerSpecialThread ([in] DWORD specialThreadId)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 99 of file mscoree.idl.

Member Function Documentation

◆ AddDebuggerSpecialThread()

HRESULT ICorConfiguration::AddDebuggerSpecialThread ( [in] DWORD  specialThreadId)

◆ SetDebuggerThreadControl()

HRESULT ICorConfiguration::SetDebuggerThreadControl ( [in] IDebuggerThreadControl debuggerThreadControl)

◆ SetGCHostControl()

HRESULT ICorConfiguration::SetGCHostControl ( [in] IGCHostControl GCHostControl)

◆ SetGCThreadControl()

HRESULT ICorConfiguration::SetGCThreadControl ( [in] IGCThreadControl GCThreadControl)

The documentation for this interface was generated from the following file: