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

パラメーター

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

説明

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

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


public FieldType GetStatic (IntPtr fieldID);

パラメーター

fieldID The ID of the field to get.

説明

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

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