Module.SymbolFile 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 path to the symbol file for this module. Returns null
if symbols were not loaded.
public:
property System::String ^ SymbolFile { System::String ^ get(); };
public:
property Platform::String ^ SymbolFile { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2104)]
public string SymbolFile { [System.Runtime.InteropServices.DispId(2104)] get; }
[<System.Runtime.InteropServices.DispId(2104)>]
[<get: System.Runtime.InteropServices.DispId(2104)>]
member this.SymbolFile : string
Public ReadOnly Property SymbolFile As String
Property Value
A string
representing the path to the module's symbol file.
- Attributes