Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.