영어로 읽기

다음을 통해 공유


StaticAttribute 생성자

정의

오버로드

StaticAttribute(Type, UInt32)

특성의 새 instance 만들고 초기화합니다.

StaticAttribute(Type, UInt32, String)

특성의 새 instance 만들고 초기화합니다.

StaticAttribute(Type, UInt32, Type)

특성의 새 instance 만들고 초기화합니다.

StaticAttribute(Type, UInt32, Platform)

특성의 새 instance 만들고 초기화합니다.

StaticAttribute(Type, UInt32)

특성의 새 instance 만들고 초기화합니다.

public StaticAttribute(Type type, uint version);

매개 변수

type
Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

정적 인터페이스가 추가된 버전입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, String)

특성의 새 instance 만들고 초기화합니다.

public StaticAttribute(Type type, uint version, string contractName);

매개 변수

type
Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.

contractName
String

클래스를 구현하는 API 계약의 형식을 나타내는 문자열입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, Type)

특성의 새 instance 만들고 초기화합니다.

public StaticAttribute(Type type, uint version, Type contractName);

매개 변수

type
Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.

contractName
Type

클래스를 구현하는 API 계약의 형식입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, Platform)

특성의 새 instance 만들고 초기화합니다.

public StaticAttribute(Type type, uint version, Platform platform);

매개 변수

type
Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

정적 인터페이스가 추가된 버전입니다.

platform
Platform

열거형 값입니다. 기본값은 Windows입니다.

추가 정보

적용 대상