ModuleBuilder.DefineUninitializedDataCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,請在可攜式可執行檔的 .sdata 區段中定義未初始化的數據欄位, (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
參數
- name
- String
用來參考資料的名稱。
name
不能包含內嵌的 null。
- size
- Int32
資料欄位的大小。
- attributes
- FieldAttributes
列舉值的位元組合,指定欄位的屬性。
傳回
要參考資料的欄位。