ModuleBuilder.DefineUninitializedDataCore Metódus

Definíció

Ha egy származtatott osztályban felülbírál, a hordozható végrehajtható (PE) fájl .sdata szakaszában definiál egy nem inicializált adatmezőt.

protected:
 abstract System::Reflection::Emit::FieldBuilder ^ DefineUninitializedDataCore(System::String ^ name, int size, System::Reflection::FieldAttributes attributes);
protected abstract System.Reflection.Emit.FieldBuilder DefineUninitializedDataCore(string name, int size, System.Reflection.FieldAttributes attributes);
abstract member DefineUninitializedDataCore : string * int * System.Reflection.FieldAttributes -> System.Reflection.Emit.FieldBuilder
Protected MustOverride Function DefineUninitializedDataCore (name As String, size As Integer, attributes As FieldAttributes) As FieldBuilder

Paraméterek

name
String

Az adatokra való hivatkozáshoz használt név. name nem tartalmazhat beágyazott null értékeket.

size
Int32

Az adatmező mérete.

attributes
FieldAttributes

A mező attribútumait meghatározó enumerálási értékek bitenkénti kombinációja.

Válaszok

Az adatokra hivatkozó mező.

A következőre érvényes: