DkmCustomSymbolFileId.Type Property

Definition

'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.

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

Property Value

Returns Int32.

Applies to