ResolvedMethodEvent(IntelliTraceProcess, Int64, Int32) Constructor

Definition

Initializes a new instance of the ResolvedMethodEvent class.

protected:
 ResolvedMethodEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, long ordinal, int traceDebugToken);
protected ResolvedMethodEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, long ordinal, int traceDebugToken);
new Microsoft.VisualStudio.IntelliTrace.ResolvedMethodEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * int64 * int -> Microsoft.VisualStudio.IntelliTrace.ResolvedMethodEvent
Protected Sub New (process As IntelliTraceProcess, ordinal As Long, traceDebugToken As Integer)

Parameters

process
IntelliTraceProcess

The IntelliTraceProcess that contains the method to decode.

ordinal
Int64

The ordinal for this point.

traceDebugToken
Int32

The IntelliTrace method token that describes the method to decode.

Exceptions

process is null.

Applies to