Version: 2022.3
言語: 日本語
public FieldType Get (string fieldName);

パラメーター

fieldName フィールド名(例: <i>int counter;</i> であればフィールド名は "counter" です)

説明

static でないフィールドの値を取得します

フィールドの型はジェネリックス型です。


public FieldType Get (IntPtr fieldID);

パラメーター

fieldID The ID of the field to get.

説明

static でないフィールドの値を取得します

フィールドの型はジェネリックス型です。