C# 클래스 Monobjc.ObjectiveCFrameworkAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
ObjectiveCFrameworkAttribute ( bool system ) : System

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.

ObjectiveCFrameworkAttribute ( bool system, String requiredFramework ) : System

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.

ToString ( ) : String

Returns a String that represents this instance.

메소드 상세

ObjectiveCFrameworkAttribute() 공개 메소드

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.
public ObjectiveCFrameworkAttribute ( bool system ) : System
system bool The value is true if the framework is a system one; false otherwise.
리턴 System

ObjectiveCFrameworkAttribute() 공개 메소드

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.
public ObjectiveCFrameworkAttribute ( bool system, String requiredFramework ) : System
system bool The value is true if the framework is a system one; false otherwise.
requiredFramework String A framework required by this assembly to be loaded by the runtime.
리턴 System

ToString() 공개 메소드

Returns a String that represents this instance.
public ToString ( ) : String
리턴 String