FieldAttribute クラス

定義

この属性は、基になるアンマネージド グローバル変数を反映していることを示すプロパティに存在します。

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
public sealed class FieldAttribute : Attribute
type FieldAttribute = class
    inherit Attribute
継承
FieldAttribute
属性

注釈

この属性がプロパティに存在する場合、プロパティが実際に基になるアンマネージド グローバル変数を反映していることを示します。

コンストラクター

FieldAttribute(String)

バインドする特定のシンボルを使用して、新しい FieldAttribute インスタンスを作成します。

FieldAttribute(String, String)

バインドする特定のシンボルを使用して、新しい FieldAttribute インスタンスを作成します。

プロパティ

LibraryName

グローバル シンボルが検索されるライブラリ名。

SymbolName

このフィールドが表すグローバル シンボル。

適用対象