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

'Declaration
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

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace