C# 클래스 ThirdParty.iOS4Unity.Selector

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
FromHandle ( IntPtr sel ) : Selector
Register ( IntPtr handle ) : Selector
Selector ( IntPtr sel ) : System
Selector ( string name ) : System
Selector ( string name, bool alloc ) : System

비공개 메소드들

메소드 설명
GetHandle ( string name ) : IntPtr
Selector ( IntPtr sel, bool check ) : System
sel_getName ( IntPtr sel ) : IntPtr
sel_isMapped ( IntPtr sel ) : bool

메소드 상세

FromHandle() 공개 정적인 메소드

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

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

프로퍼티 상세

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

public static IntPtr,System Init
리턴 System.IntPtr

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

public static IntPtr,System InitWithCoder
리턴 System.IntPtr

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

public static IntPtr,System InitWithFrame
리턴 System.IntPtr

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

public static IntPtr,System InitWithName
리턴 System.IntPtr