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 použitý k odkazování na data. name nemůže obsahovat vložené hodnoty null.

size
Int32

Velikost datového pole.

attributes
FieldAttributes

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

Návraty

Pole, na které chcete odkazovat na data.

Platí pro