ExportFieldAttribute クラス

定義

マネージド メソッドによって初期化されるJava フィールドJavaエクスポートするコード ジェネレーターを示すためにメソッドで使用されます。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportFieldAttribute = class
    inherit Attribute
継承
ExportFieldAttribute
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
ExportFieldAttribute(String)

この型の新しいインスタンスを作成します。

プロパティ

名前 説明
Name

生成するJavaフィールド名を指定します。

適用対象