C# 클래스 Smartmobili.Cocoa.SEL

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

공개 메소드들

메소드 설명
SEL ( ) : System
SEL ( NSString aSelectorName ) : System
SelectorFromString ( NSString aSelectorName ) : SEL
StringFromSelector ( SEL sel ) : NSString

메소드 상세

SEL() 공개 메소드

public SEL ( ) : System
리턴 System

SEL() 공개 메소드

public SEL ( NSString aSelectorName ) : System
aSelectorName NSString
리턴 System

SelectorFromString() 공개 정적인 메소드

public static SelectorFromString ( NSString aSelectorName ) : SEL
aSelectorName NSString
리턴 SEL

StringFromSelector() 공개 정적인 메소드

public static StringFromSelector ( SEL sel ) : NSString
sel SEL
리턴 NSString