DkmEngineSettings.ImageDebugDirectoryFormats Property

Definition

List of supported values for IMAGE_DEBUG_DIRECTORY.Type.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmImageDebugDirectoryFormat> ^ ImageDebugDirectoryFormats { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmImageDebugDirectoryFormat> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat> ImageDebugDirectoryFormats { get; }
member this.ImageDebugDirectoryFormats : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat>
Public ReadOnly Property ImageDebugDirectoryFormats As ReadOnlyCollection(Of DkmImageDebugDirectoryFormat)

Property Value

Returns ReadOnlyCollection<T>.

Applies to