Module.SymbolFile Property

Definition

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

Applies to