C# Class ThirdParty.iOS4Unity.Selector

ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Init System.IntPtr
InitWithCoder System.IntPtr
InitWithFrame System.IntPtr
InitWithName System.IntPtr

Public Methods

Method Description
FromHandle ( IntPtr sel ) : Selector
Register ( IntPtr handle ) : Selector
Selector ( IntPtr sel ) : System
Selector ( string name ) : System
Selector ( string name, bool alloc ) : System

Private Methods

Method Description
GetHandle ( string name ) : IntPtr
Selector ( IntPtr sel, bool check ) : System
sel_getName ( IntPtr sel ) : IntPtr
sel_isMapped ( IntPtr sel ) : bool

Method Details

FromHandle() public static method

public static FromHandle ( IntPtr sel ) : Selector
sel System.IntPtr
return Selector

Register() public static method

public static Register ( IntPtr handle ) : Selector
handle System.IntPtr
return Selector

Selector() public method

public Selector ( IntPtr sel ) : System
sel System.IntPtr
return System

Selector() public method

public Selector ( string name ) : System
name string
return System

Selector() public method

public Selector ( string name, bool alloc ) : System
name string
alloc bool
return System

Property Details

Init public_oe static_oe property

public static IntPtr,System Init
return System.IntPtr

InitWithCoder public_oe static_oe property

public static IntPtr,System InitWithCoder
return System.IntPtr

InitWithFrame public_oe static_oe property

public static IntPtr,System InitWithFrame
return System.IntPtr

InitWithName public_oe static_oe property

public static IntPtr,System InitWithName
return System.IntPtr