VCPlatform.DumpfileExtensions 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 platform specific dumpfile extension.
public:
property System::String ^ DumpfileExtensions { System::String ^ get(); };
public:
property Platform::String ^ DumpfileExtensions { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2522)]
public string DumpfileExtensions { [System.Runtime.InteropServices.DispId(2522)] get; }
[<System.Runtime.InteropServices.DispId(2522)>]
[<get: System.Runtime.InteropServices.DispId(2522)>]
member this.DumpfileExtensions : string
Public ReadOnly Property DumpfileExtensions As String
Property Value
String containing the extension for dumpfiles in this platform.
- Attributes