C# 클래스 Monobjc.Foundation.NSProxy

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

공개 메소드들

메소드 설명
RespondsToSelector ( String aSelector ) : bool

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

메소드 상세

RespondsToSelector() 공개 메소드

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

public RespondsToSelector ( String aSelector ) : bool
aSelector String A selector that identifies a message.
리턴 bool