DebugDirectoryBuilder.AddCodeViewEntry Metod

Definition

Överlagringar

Name Description
AddCodeViewEntry(String, BlobContentId, UInt16)

Lägger till en CodeView-post.

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Lägger till en CodeView-post.

AddCodeViewEntry(String, BlobContentId, UInt16)

Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs

Lägger till en CodeView-post.

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)

Parametrar

pdbPath
String

Sökvägen till PDB. Den får inte vara tom.

pdbContentId
BlobContentId

Det unika ID:t för PDB-innehållet.

portablePdbVersion
UInt16

Versionen av Portable PDB-format (t.ex. 0x0100 för 1.0) eller 0 om PDB inte är portabel.

Undantag

pdbPath är null.

pdbPath innehåller ett NUL-tecken.

portablePdbVersion är mindre än 0x0100.

Gäller för

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs
Källa:
DebugDirectoryBuilder.cs

Lägger till en CodeView-post.

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)

Parametrar

pdbPath
String

Sökvägen till PDB. Den får inte vara tom.

pdbContentId
BlobContentId

Det unika ID:t för PDB-innehållet.

portablePdbVersion
UInt16

Versionen av Portable PDB-format (t.ex. 0x0100 för 1.0) eller 0 om PDB inte är portabel.

age
Int32

Ålder (iteration) för PDB. Skall vara 1 för bärbara PBS.

Undantag

pdbPath är null.

pdbPath innehåller ett NUL-tecken.

Antingen portablePdbVersion är mindre än 0x0100 eller age mindre än 1.

Gäller för