IntelliTraceModule.Symbols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ISymUnmanagedReader interface that may be used to access this module's symbols directly. If there are no symbols for this module or symbols have not been explicitly loaded, null is returned.
public:
property System::Object ^ Symbols { System::Object ^ get(); };
public:
property Platform::Object ^ Symbols { Platform::Object ^ get(); };
public object Symbols { get; }
member this.Symbols : obj
Public ReadOnly Property Symbols As Object