DkmCustomSymbolFileId.Create(Guid, Int32, ReadOnlyCollection<Byte>) Methode

Definition

Erstellen Sie eine neue dkmcustomsymbolmeleid-Objektinstanz.

public:
 static Microsoft::VisualStudio::Debugger::Symbols::DkmCustomSymbolFileId ^ Create(Guid SymbolProviderId, int Type, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Data);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmCustomSymbolFileId Create (Guid SymbolProviderId, int Type, System.Collections.ObjectModel.ReadOnlyCollection<byte> Data);
static member Create : Guid * int * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Symbols.DkmCustomSymbolFileId
Public Shared Function Create (SymbolProviderId As Guid, Type As Integer, Data As ReadOnlyCollection(Of Byte)) As DkmCustomSymbolFileId

Parameter

SymbolProviderId
Guid

In Eindeutiger Bezeichner für Symbol Dateien/Symbol Anbieter.

Type
Int32

In Der "Type"-Wert aus der IMAGE_DEBUG_DIRECTORY. Beispielsweise wird IMAGE_DEBUG_TYPE_CODEVIEW (2) für PDB-Dateien verwendet. Eine komplette Liste finden Sie unter "Winnt. h".

Data
ReadOnlyCollection<Byte>

In Rohdaten Bytes aus dem PE-Dateiheader.

Gibt zurück

DkmCustomSymbolFileId

Vorgenommen Ergebnis dieses Methoden Aufrufes.

Gilt für