DkmImageDebugDirectoryFormat(Int32, Guid) Constructor
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.
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.