C# Class ThirdParty.iOS4Unity.NSObject

Inheritance: IDisposable
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Handle System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
NSObject ( IntPtr handle ) : System
ToString ( ) : string

Private Methods

Method Description
NSObject ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NSObject() public method

public NSObject ( IntPtr handle ) : System
handle System.IntPtr
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Handle public_oe property

public IntPtr,System Handle
return System.IntPtr