C# Class Smartmobili.Cocoa.NSObject

Inheritance: id, NSCoding2
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Public Methods

Method Description
Alloc ( ) : NSObject
AwakeAfterUsingCoder ( NSCoder aDecoder ) : id
Description ( ) : NSString
EncodeWithCoder ( NSCoder aCoder ) : void
InitWithCoder ( NSCoder aDecoder ) : id
NSObject ( ) : System
NSObject ( string key ) : System

Method Details

Alloc() public static method

public static Alloc ( ) : NSObject
return NSObject

AwakeAfterUsingCoder() public method

public AwakeAfterUsingCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

Description() public method

public Description ( ) : NSString
return NSString

EncodeWithCoder() public method

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
return void

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSObject() public method

public NSObject ( ) : System
return System

NSObject() public method

public NSObject ( string key ) : System
key string
return System

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class