Share via


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.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property Symbols As Object
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

See Also

Reference

IntelliTraceModule Class

Microsoft.VisualStudio.IntelliTrace Namespace