ResolvedMethodEvent Constructor
Initializes a new instance of the ResolvedMethodEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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
- process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
The IntelliTraceProcess that contains the method to decode.
- ordinal
Type: System.Int64
The ordinal for this point.
- traceDebugToken
Type: System.Int32
The IntelliTrace method token that describes the method to decode.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | process is null. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.