ResolvedMethodEvent.Process Property
Gets the IntelliTraceProcess that contains the decoded method.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Protected Property Process As IntelliTraceProcess
Get
Set
protected IntelliTraceProcess Process { get; set; }
protected:
property IntelliTraceProcess^ Process {
IntelliTraceProcess^ get ();
void set (IntelliTraceProcess^ value);
}
member Process : IntelliTraceProcess with get, set
function get Process () : IntelliTraceProcess
function set Process (value : IntelliTraceProcess)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
.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.