C# 클래스 Smartmobili.Cocoa.Objc

파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 메소드들

메소드 설명
Encode ( Type type ) : NSString
MsgSend ( id receiver, NSString aString ) : object
Overridden ( Type type, NSString methodName ) : bool

메소드 상세

Encode() 공개 정적인 메소드

public static Encode ( Type type ) : NSString
type System.Type
리턴 NSString

MsgSend() 공개 정적인 메소드

public static MsgSend ( id receiver, NSString aString ) : object
receiver id
aString NSString
리턴 object

Overridden() 공개 정적인 메소드

public static Overridden ( Type type, NSString methodName ) : bool
type System.Type
methodName NSString
리턴 bool