IntelliTraceModule.Symbols Property
Gets the ISymUnmanagedReader interface that may be used to access the symbols of this module directly.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Property Symbols As Object
Get
Private Set
public Object Symbols { get; private set; }
public:
property Object^ Symbols {
Object^ get ();
private: void set (Object^ value);
}
member Symbols : Object with get, private set
function get Symbols () : Object
private function set Symbols (value : Object)
Property Value
Type: System.Object
Remarks
If this module has no symbols or symbols have not been explicitly loaded, null is returned.
.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.