次の方法で共有


NativeAttribute コンストラクター

定義

オーバーロード

NativeAttribute()

新しい Native 属性を初期化します。

NativeAttribute(String)

新しい Native 属性を初期化します。

NativeAttribute()

新しい Native 属性を初期化します。

public NativeAttribute ();

適用対象

NativeAttribute(String)

新しい Native 属性を初期化します。

public NativeAttribute (string name);
new ObjCRuntime.NativeAttribute : string -> ObjCRuntime.NativeAttribute

パラメーター

name
String

対応するネイティブ列挙型の名前 (マネージド列挙型の名前と一致しない場合)。

適用対象