Udostępnij przez


DebugDirectoryBuilder.AddCodeViewEntry Metoda

Definicja

Przeciążenia

AddCodeViewEntry(String, BlobContentId, UInt16)

Dodaje wpis CodeView.

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Dodaje wpis CodeView.

AddCodeViewEntry(String, BlobContentId, UInt16)

Źródło:
DebugDirectoryBuilder.cs
Źródło:
DebugDirectoryBuilder.cs
Źródło:
DebugDirectoryBuilder.cs

Dodaje wpis CodeView.

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)

Parametry

pdbPath
String

Ścieżka do pliku PDB. Nie powinno być puste.

pdbContentId
BlobContentId

Unikatowy identyfikator zawartości pdB.

portablePdbVersion
UInt16

Wersja przenośnego formatu PDB (np. 0x0100 dla wersji 1.0) lub 0, jeśli plik PDB nie jest przenośny.

Wyjątki

pdbPath to null.

pdbPath zawiera znak NUL.

portablePdbVersion jest mniejszy niż 0x0100.

Dotyczy

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Źródło:
DebugDirectoryBuilder.cs
Źródło:
DebugDirectoryBuilder.cs
Źródło:
DebugDirectoryBuilder.cs

Dodaje wpis CodeView.

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)

Parametry

pdbPath
String

Ścieżka do pliku PDB. Nie powinno być puste.

pdbContentId
BlobContentId

Unikatowy identyfikator zawartości pdB.

portablePdbVersion
UInt16

Wersja przenośnego formatu PDB (np. 0x0100 dla wersji 1.0) lub 0, jeśli plik PDB nie jest przenośny.

age
Int32

Wiek (iteracja) pliku PDB. Ma wartość 1 dla przenośnych plików PDB.

Wyjątki

pdbPath to null.

pdbPath zawiera znak NUL.

Wartość portablePdbVersion jest mniejsza niż 0x0100 lub age jest mniejsza niż 1.

Dotyczy