Aracılığıyla paylaş


DebugDirectoryBuilder.AddEntry Yöntem

Tanım

Aşırı Yüklemeler

AddEntry(DebugDirectoryEntryType, UInt32, UInt32)

Belirtilen türde bir girdi ekler.

AddEntry<TData>(DebugDirectoryEntryType, UInt32, UInt32, TData, Action<BlobBuilder,TData>)

Belirtilen türde bir girdi ekler ve verilerini serileştirir.

AddEntry(DebugDirectoryEntryType, UInt32, UInt32)

Kaynak:
DebugDirectoryBuilder.cs
Kaynak:
DebugDirectoryBuilder.cs
Kaynak:
DebugDirectoryBuilder.cs

Belirtilen türde bir girdi ekler.

public:
 void AddEntry(System::Reflection::PortableExecutable::DebugDirectoryEntryType type, System::UInt32 version, System::UInt32 stamp);
public void AddEntry (System.Reflection.PortableExecutable.DebugDirectoryEntryType type, uint version, uint stamp);
member this.AddEntry : System.Reflection.PortableExecutable.DebugDirectoryEntryType * uint32 * uint32 -> unit
Public Sub AddEntry (type As DebugDirectoryEntryType, version As UInteger, stamp As UInteger)

Parametreler

type
DebugDirectoryEntryType

Giriş türü.

version
UInt32

Giriş sürümü.

stamp
UInt32

Giriş damgası.

Şunlara uygulanır

AddEntry<TData>(DebugDirectoryEntryType, UInt32, UInt32, TData, Action<BlobBuilder,TData>)

Kaynak:
DebugDirectoryBuilder.cs
Kaynak:
DebugDirectoryBuilder.cs
Kaynak:
DebugDirectoryBuilder.cs

Belirtilen türde bir girdi ekler ve verilerini serileştirir.

public:
generic <typename TData>
 void AddEntry(System::Reflection::PortableExecutable::DebugDirectoryEntryType type, System::UInt32 version, System::UInt32 stamp, TData data, Action<System::Reflection::Metadata::BlobBuilder ^, TData> ^ dataSerializer);
public void AddEntry<TData> (System.Reflection.PortableExecutable.DebugDirectoryEntryType type, uint version, uint stamp, TData data, Action<System.Reflection.Metadata.BlobBuilder,TData> dataSerializer);
member this.AddEntry : System.Reflection.PortableExecutable.DebugDirectoryEntryType * uint32 * uint32 * 'Data * Action<System.Reflection.Metadata.BlobBuilder, 'Data> -> unit
Public Sub AddEntry(Of TData) (type As DebugDirectoryEntryType, version As UInteger, stamp As UInteger, data As TData, dataSerializer As Action(Of BlobBuilder, TData))

Tür Parametreleri

TData

öğesine geçirilen dataSerializerverilerin türü.

Parametreler

type
DebugDirectoryEntryType

Giriş türü.

version
UInt32

Giriş sürümü.

stamp
UInt32

Giriş damgası.

data
TData

'a dataSerializergeçirecek veriler.

dataSerializer
Action<BlobBuilder,TData>

Verileri bir 'a seri hale getirmek için bir BlobBuilderseri hale getirici.

Şunlara uygulanır