DkmImageDebugDirectoryFormat(Int32, Guid) 构造函数

定义

初始化新的 DkmImageDebugDirectoryFormat 值。

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)

参数

TypeValue
Int32

中IMAGE_DEBUG_DIRECTORY 中的 "Type" 值。 例如,IMAGE_DEBUG_TYPE_CODEVIEW (2) 用于 PDB 文件。 有关完整列表,请参阅 winnt。

SymbolProvider
Guid

中要用于此的符号提供程序 id。

适用于