C# 클래스 Monobjc.Class

상속: Id
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
Class ( IntPtr value ) : System

Initializes a new instance of the Class class.

Get ( Id id ) : Class

Gets the a Class for the specified id.

Get ( Type type ) : Class

Gets the a Class for the specified type.

IsMapped ( Type type ) : bool

Determines whether the Class for the specified type is mapped.

ToString ( ) : string

Returns a System.String that represents the current Monobjc.Class.

비공개 메소드들

메소드 설명
Get ( IntPtr value ) : Class
Get ( String className ) : Class
GetAttributeName ( Type type ) : String

Gets the name of the ObjectiveCClassAttribute instance for the given type.

GetClassFromType ( Type type ) : Class
GetName ( IntPtr value ) : String
GetSuperClass ( IntPtr value ) : Class
IsMapped ( String className ) : bool

메소드 상세

Class() 공개 메소드

Initializes a new instance of the Class class.
public Class ( IntPtr value ) : System
value System.IntPtr The pointer.
리턴 System

Get() 공개 정적인 메소드

Gets the a Class for the specified id.
public static Get ( Id id ) : Class
id Id The id.
리턴 Class

Get() 공개 정적인 메소드

Gets the a Class for the specified type.
public static Get ( Type type ) : Class
type System.Type The type.
리턴 Class

IsMapped() 공개 정적인 메소드

Determines whether the Class for the specified type is mapped.
public static IsMapped ( Type type ) : bool
type System.Type The type.
리턴 bool

ToString() 공개 메소드

Returns a System.String that represents the current Monobjc.Class.
public ToString ( ) : string
리턴 string