ResolvedCallSiteEvent Constructor
Initializes a new instance of the ResolvedCallSiteEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Sub New ( _
process As IntelliTraceProcess, _
callSiteEvent As CallSiteEvent _
)
public ResolvedCallSiteEvent(
IntelliTraceProcess process,
CallSiteEvent callSiteEvent
)
public:
ResolvedCallSiteEvent(
IntelliTraceProcess^ process,
CallSiteEvent^ callSiteEvent
)
new :
process:IntelliTraceProcess *
callSiteEvent:CallSiteEvent -> ResolvedCallSiteEvent
public function ResolvedCallSiteEvent(
process : IntelliTraceProcess,
callSiteEvent : CallSiteEvent
)
Parameters
- process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
The IntelliTraceProcess that contains the callSiteEvent.
- callSiteEvent
Type: Microsoft.VisualStudio.IntelliTrace.CallSiteEvent
The original CallSiteEvent.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | process or callSiteEvent 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.