ResolvedStackFrame.Module Property
Gets the IntelliTraceModule that contains the function for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Property Module As IntelliTraceModule
Get
Private Set
public IntelliTraceModule Module { get; private set; }
public:
property IntelliTraceModule^ Module {
IntelliTraceModule^ get ();
private: void set (IntelliTraceModule^ value);
}
member Module : IntelliTraceModule with get, private set
function get Module () : IntelliTraceModule
private function set Module (value : IntelliTraceModule)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
.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.