ResolvedMethodEvent Constructor

Initializes a new instance of the ResolvedMethodEvent class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Protected Sub New ( _
    process As IntelliTraceProcess, _
    ordinal As Long, _
    traceDebugToken As Integer _
)
protected ResolvedMethodEvent(
    IntelliTraceProcess process,
    long ordinal,
    int traceDebugToken
)
protected:
ResolvedMethodEvent(
    IntelliTraceProcess^ process, 
    long long ordinal, 
    int traceDebugToken
)
new : 
        process:IntelliTraceProcess * 
        ordinal:int64 * 
        traceDebugToken:int -> ResolvedMethodEvent
protected function ResolvedMethodEvent(
    process : IntelliTraceProcess, 
    ordinal : long, 
    traceDebugToken : int
)

Parameters

  • traceDebugToken
    Type: System.Int32
    The IntelliTrace method token that describes the method to decode.

Exceptions

Exception Condition
ArgumentNullException

process is null.

.NET Framework Security

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace