DkmEngineSettings.ImageDebugDirectoryFormats 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.
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>.