C# 클래스 MonoMac.ObjCRuntime.Selector

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

공개 프로퍼티들

프로퍼티 타입 설명
Init System.IntPtr
InitWithCoder System.IntPtr

공개 메소드들

메소드 설명
Equals ( object right ) : bool
GetHandle ( string name ) : IntPtr
GetHashCode ( ) : int
Register ( IntPtr handle ) : Selector
Selector ( IntPtr sel ) : System
Selector ( string name ) : System
Selector ( string name, bool alloc ) : System
operator ( ) : bool

비공개 메소드들

메소드 설명
sel_getName ( IntPtr sel ) : IntPtr
sel_isEqual ( IntPtr lhs, IntPtr rhs ) : bool
sel_isMapped ( IntPtr sel ) : bool
sel_registerName ( IntPtr name ) : IntPtr
sel_registerName ( string name ) : IntPtr

메소드 상세

Equals() 공개 메소드

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

GetHandle() 공개 정적인 메소드

public static GetHandle ( string name ) : IntPtr
name string
리턴 System.IntPtr

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Register() 공개 정적인 메소드

public static Register ( IntPtr handle ) : Selector
handle System.IntPtr
리턴 Selector

Selector() 공개 메소드

public Selector ( IntPtr sel ) : System
sel System.IntPtr
리턴 System

Selector() 공개 메소드

public Selector ( string name ) : System
name string
리턴 System

Selector() 공개 메소드

public Selector ( string name, bool alloc ) : System
name string
alloc bool
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Init 공개적으로 정적으로 프로퍼티

public static IntPtr,System Init
리턴 System.IntPtr

InitWithCoder 공개적으로 정적으로 프로퍼티

public static IntPtr,System InitWithCoder
리턴 System.IntPtr