다음을 통해 공유


ObsoletedAttribute 생성자

정의

오버로드

ObsoletedAttribute(PlatformName, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않음을 지정하는 새 가용성 특성을 초기화합니다.

ObsoletedAttribute(PlatformName, Int32, Int32, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않는 시기를 지정하는 새 가용성 특성을 초기화합니다.

ObsoletedAttribute(PlatformName, Int32, Int32, Int32, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않는 시기를 지정하는 새 가용성 특성을 초기화합니다.

ObsoletedAttribute(PlatformName, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않음을 지정하는 새 가용성 특성을 초기화합니다.

public ObsoletedAttribute (ObjCRuntime.PlatformName platform, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute

매개 변수

platform
PlatformName

이 가용성 특성이 적용되는 플랫폼입니다.

architecture
PlatformArchitecture

특성이 적용되는 아키텍처(32비트, 64비트 또는 32비트 및 64비트 아키텍처 모두).

message
String

가용성 정보와 관련된 추가 정보입니다.

적용 대상

ObsoletedAttribute(PlatformName, Int32, Int32, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않는 시기를 지정하는 새 가용성 특성을 초기화합니다.

public ObsoletedAttribute (ObjCRuntime.PlatformName platform, int majorVersion, int minorVersion, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * int * int * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute

매개 변수

platform
PlatformName

이 가용성 특성이 적용되는 플랫폼입니다.

majorVersion
Int32

주 버전

minorVersion
Int32

부 버전

architecture
PlatformArchitecture

특성이 적용되는 아키텍처(32비트, 64비트 또는 32비트 및 64비트 아키텍처 모두).

message
String

가용성 정보와 관련된 추가 정보입니다.

적용 대상

ObsoletedAttribute(PlatformName, Int32, Int32, Int32, PlatformArchitecture, String)

지정된 플랫폼에서 API가 사용되지 않는 시기를 지정하는 새 가용성 특성을 초기화합니다.

public ObsoletedAttribute (ObjCRuntime.PlatformName platform, int majorVersion, int minorVersion, int subminorVersion, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * int * int * int * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute

매개 변수

platform
PlatformName

이 가용성 특성이 적용되는 플랫폼입니다.

majorVersion
Int32

주 버전

minorVersion
Int32

부 버전

subminorVersion
Int32

하위 버전입니다.

architecture
PlatformArchitecture

특성이 적용되는 아키텍처(32비트, 64비트 또는 32비트 및 64비트 아키텍처 모두).

message
String

가용성 정보와 관련된 추가 정보입니다.

적용 대상