C# 클래스 Smartmobili.Cocoa.Class

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 메소드들

메소드 설명
Class ( Type type ) : System
Equals ( object cls2 ) : bool
GetHashCode ( ) : int
NSClassFromString ( string className ) : Class

메소드 상세

Class() 공개 메소드

public Class ( Type type ) : System
type System.Type
리턴 System

Equals() 공개 메소드

public Equals ( object cls2 ) : bool
cls2 object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

NSClassFromString() 공개 정적인 메소드

public static NSClassFromString ( string className ) : Class
className string
리턴 Class