DkmCustomSymbolFileId.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IMAGE_DEBUG_DIRECTORY 中的 "Type" 值。 例如,IMAGE_DEBUG_TYPE_CODEVIEW (2) 用于 PDB 文件。 有关完整列表,请参阅 winnt。
public:
property int Type { int get(); };
public:
property int Type { int get(); };
public int Type { get; }
member this.Type : int
Public ReadOnly Property Type As Integer
属性值
-
Int32
返回 Int32。
适用于