Share via


DebugDirectoryBuilder.AddCodeViewEntry Methode

Definition

Überlädt

AddCodeViewEntry(String, BlobContentId, UInt16)

Fügt einen CodeView-Eintrag hinzu.

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Fügt einen CodeView-Eintrag hinzu.

AddCodeViewEntry(String, BlobContentId, UInt16)

Quelle:
DebugDirectoryBuilder.cs
Quelle:
DebugDirectoryBuilder.cs
Quelle:
DebugDirectoryBuilder.cs

Fügt einen CodeView-Eintrag hinzu.

public:
 void AddCodeViewEntry(System::String ^ pdbPath, System::Reflection::Metadata::BlobContentId pdbContentId, System::UInt16 portablePdbVersion);
public void AddCodeViewEntry (string pdbPath, System.Reflection.Metadata.BlobContentId pdbContentId, ushort portablePdbVersion);
member this.AddCodeViewEntry : string * System.Reflection.Metadata.BlobContentId * uint16 -> unit
Public Sub AddCodeViewEntry (pdbPath As String, pdbContentId As BlobContentId, portablePdbVersion As UShort)

Parameter

pdbPath
String

Der Pfad zur PDB-Datei. Er darf nicht leer sein.

pdbContentId
BlobContentId

Die eindeutige ID des PDB-Inhalts.

portablePdbVersion
UInt16

Die Version des portablen PDB-Formats (z. B. 0x0100 für 1,0) oder 0 (null), wenn die PDB-Datei nicht portabel ist.

Ausnahmen

pdbPath ist null.

pdbPath enthält ein NULL-Zeichen.

portablePdbVersion ist kleiner als 0x0100.

Gilt für:

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Quelle:
DebugDirectoryBuilder.cs
Quelle:
DebugDirectoryBuilder.cs
Quelle:
DebugDirectoryBuilder.cs

Fügt einen CodeView-Eintrag hinzu.

public:
 void AddCodeViewEntry(System::String ^ pdbPath, System::Reflection::Metadata::BlobContentId pdbContentId, System::UInt16 portablePdbVersion, int age);
public void AddCodeViewEntry (string pdbPath, System.Reflection.Metadata.BlobContentId pdbContentId, ushort portablePdbVersion, int age);
member this.AddCodeViewEntry : string * System.Reflection.Metadata.BlobContentId * uint16 * int -> unit
Public Sub AddCodeViewEntry (pdbPath As String, pdbContentId As BlobContentId, portablePdbVersion As UShort, age As Integer)

Parameter

pdbPath
String

Der Pfad zur PDB-Datei. Er darf nicht leer sein.

pdbContentId
BlobContentId

Die eindeutige ID des PDB-Inhalts.

portablePdbVersion
UInt16

Die Version des portablen PDB-Formats (z. B. 0x0100 für 1,0) oder 0 (null), wenn die PDB-Datei nicht portabel ist.

age
Int32

Alter (Iteration) des PDB. Muss für portable PDBs 1 sein.

Ausnahmen

pdbPath ist null.

pdbPath enthält ein NULL-Zeichen.

Entweder portablePdbVersion ist kleiner als 0x0100 oder age kleiner als 1.

Gilt für: