ModuleBuilder.DefineUninitializedDataCore Metoda

Definice

Při přepsání v odvozené třídě definuje neinicializované datové pole v oddílu .sdata přenosného spustitelného souboru (PE).

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

Parametry

name
String

Název, který se používá k odkaz na data. name nesmí obsahovat vložené hodnoty null.

size
Int32

Velikost datového pole.

attributes
FieldAttributes

Bitové kombinace hodnot výčtu, která určuje atributy pro pole.

Návraty

Pole pro odkaz na data.

Platí pro