다음을 통해 공유


NativeAttribute 생성자

정의

오버로드

NativeAttribute()

새 네이티브 특성을 초기화합니다.

NativeAttribute(String)

새 네이티브 특성을 초기화합니다.

NativeAttribute()

새 네이티브 특성을 초기화합니다.

public NativeAttribute ();

적용 대상

NativeAttribute(String)

새 네이티브 특성을 초기화합니다.

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

매개 변수

name
String

해당 네이티브 열거형의 이름입니다(관리되는 열거형의 이름과 일치하지 않는 경우).

적용 대상