DkmImageDebugDirectoryFormat(Int32, Guid) Constructor

Definition

Initialize a new DkmImageDebugDirectoryFormat value.

public:
 DkmImageDebugDirectoryFormat(int TypeValue, Guid SymbolProvider);
public DkmImageDebugDirectoryFormat (int TypeValue, Guid SymbolProvider);
new Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat : int * Guid -> Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat
Public Sub New (TypeValue As Integer, SymbolProvider As Guid)

Parameters

TypeValue
Int32

[In] 'Type' value from the IMAGE_DEBUG_DIRECTORY. For example, IMAGE_DEBUG_TYPE_CODEVIEW (2) is used for PDB files. See winnt.h for a complete listing.

SymbolProvider
Guid

[In] Symbol provider id to use for this.

Applies to