Condividi tramite


IDebugComPlusSymbolProvider2.GetEntryPoint Method

Definition

public:
 int GetEntryPoint(System::UInt32 ulAppDomainID, Guid guidModule, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ % ppAddress);
public int GetEntryPoint (uint ulAppDomainID, Guid guidModule, out Microsoft.VisualStudio.Debugger.Interop.IDebugAddress ppAddress);
abstract member GetEntryPoint : uint32 * Guid * IDebugAddress -> int
Public Function GetEntryPoint (ulAppDomainID As UInteger, guidModule As Guid, ByRef ppAddress As IDebugAddress) As Integer

Parameters

ulAppDomainID
UInt32
guidModule
Guid
ppAddress
IDebugAddress

Returns

Implements

Applies to