C# Class Monobjc.RuntimeTests

Mostra file Open project: Monobjc/monobjc

Protected Properties

Property Type Description
cls_NSArray System.IntPtr
cls_NSAutoreleasePool System.IntPtr
cls_NSIndexSet System.IntPtr
cls_NSMutableArray System.IntPtr
cls_NSNumber System.IntPtr
cls_NSString System.IntPtr
cls_NSValue System.IntPtr
sel_addObject System.IntPtr
sel_alloc System.IntPtr
sel_autorelease System.IntPtr
sel_boolValue System.IntPtr
sel_compare System.IntPtr
sel_count System.IntPtr
sel_doubleValue System.IntPtr
sel_enumerateObjectsUsingBlock System.IntPtr
sel_enumerateObjectsWithOptionsusingBlock System.IntPtr
sel_floatValue System.IntPtr
sel_frame System.IntPtr
sel_init System.IntPtr
sel_intValue System.IntPtr
sel_isEqualToValue System.IntPtr
sel_length System.IntPtr
sel_mainScreen System.IntPtr
sel_numberWithBool System.IntPtr
sel_numberWithDouble System.IntPtr
sel_numberWithFloat System.IntPtr
sel_numberWithInt System.IntPtr
sel_numberWithShort System.IntPtr
sel_objectAtIndex System.IntPtr
sel_pointValue System.IntPtr
sel_rangeValue System.IntPtr
sel_rectValue System.IntPtr
sel_release System.IntPtr
sel_retain System.IntPtr
sel_shortValue System.IntPtr
sel_sizeValue System.IntPtr
sel_sortedArrayUsingComparator System.IntPtr
sel_string System.IntPtr
sel_stringWithCharactersLength System.IntPtr
sel_stringWithString System.IntPtr
sel_stringWithUTF8String System.IntPtr
sel_valueWithPoint System.IntPtr
sel_valueWithRange System.IntPtr
sel_valueWithRect System.IntPtr
sel_valueWithSize System.IntPtr

Protected Methods

Method Description
GetClass ( String name ) : IntPtr
GetSelector ( String name ) : IntPtr
LoadSystemFramework ( String name ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestFixtureSetUp ( ) : void
dlopen ( [ path, int type ) : IntPtr
objc_getClass ( [ aClassName ) : IntPtr
objc_sendMsg_IntPtr ( IntPtr theReceiver, IntPtr theSelector ) : IntPtr
objc_sendMsg_IntPtr_IntPtr ( IntPtr theReceiver, IntPtr theSelector, IntPtr ptr1 ) : IntPtr
objc_sendMsg_IntPtr_int ( IntPtr theReceiver, IntPtr theSelector, int i1 ) : IntPtr
objc_sendMsg_IntPtr_uint ( IntPtr theReceiver, IntPtr theSelector, uint ui1 ) : IntPtr
objc_sendMsg_bool_bool ( IntPtr theReceiver, IntPtr theSelector, bool b1 ) : bool
objc_sendMsg_int ( IntPtr theReceiver, IntPtr theSelector ) : int
objc_sendMsg_int_IntPtr ( IntPtr theReceiver, IntPtr theSelector, IntPtr ptr1 ) : int
objc_sendMsg_uint ( IntPtr theReceiver, IntPtr theSelector ) : uint
objc_sendMsg_uint_IntPtr ( IntPtr theReceiver, IntPtr theSelector, IntPtr ptr1 ) : uint
objc_sendMsg_ulong ( IntPtr theReceiver, IntPtr theSelector ) : ulong
objc_sendMsg_void ( IntPtr theReceiver, IntPtr theSelector ) : void
objc_sendMsg_void_IntPtr ( IntPtr theReceiver, IntPtr theSelector, IntPtr ptr1 ) : void
objc_sendMsg_void_uint_IntPtr ( IntPtr theReceiver, IntPtr theSelector, uint ui1, IntPtr ptr1 ) : void
object_getInstanceVariable ( IntPtr target, [ name, IntPtr value ) : IntPtr
object_setInstanceVariable ( IntPtr target, [ name, IntPtr value ) : IntPtr
sel_registerName ( [ str ) : IntPtr

Method Details

GetClass() protected static method

protected static GetClass ( String name ) : IntPtr
name String
return System.IntPtr

GetSelector() protected static method

protected static GetSelector ( String name ) : IntPtr
name String
return System.IntPtr

LoadSystemFramework() protected static method

protected static LoadSystemFramework ( String name ) : void
name String
return void

Property Details

cls_NSArray protected_oe property

protected IntPtr,System cls_NSArray
return System.IntPtr

cls_NSAutoreleasePool protected_oe property

protected IntPtr,System cls_NSAutoreleasePool
return System.IntPtr

cls_NSIndexSet protected_oe property

protected IntPtr,System cls_NSIndexSet
return System.IntPtr

cls_NSMutableArray protected_oe property

protected IntPtr,System cls_NSMutableArray
return System.IntPtr

cls_NSNumber protected_oe property

protected IntPtr,System cls_NSNumber
return System.IntPtr

cls_NSString protected_oe property

protected IntPtr,System cls_NSString
return System.IntPtr

cls_NSValue protected_oe property

protected IntPtr,System cls_NSValue
return System.IntPtr

sel_addObject protected_oe property

protected IntPtr,System sel_addObject
return System.IntPtr

sel_alloc protected_oe property

protected IntPtr,System sel_alloc
return System.IntPtr

sel_autorelease protected_oe property

protected IntPtr,System sel_autorelease
return System.IntPtr

sel_boolValue protected_oe property

protected IntPtr,System sel_boolValue
return System.IntPtr

sel_compare protected_oe property

protected IntPtr,System sel_compare
return System.IntPtr

sel_count protected_oe property

protected IntPtr,System sel_count
return System.IntPtr

sel_doubleValue protected_oe property

protected IntPtr,System sel_doubleValue
return System.IntPtr

sel_enumerateObjectsUsingBlock protected_oe property

protected IntPtr,System sel_enumerateObjectsUsingBlock
return System.IntPtr

sel_enumerateObjectsWithOptionsusingBlock protected_oe property

protected IntPtr,System sel_enumerateObjectsWithOptionsusingBlock
return System.IntPtr

sel_floatValue protected_oe property

protected IntPtr,System sel_floatValue
return System.IntPtr

sel_frame protected_oe property

protected IntPtr,System sel_frame
return System.IntPtr

sel_init protected_oe property

protected IntPtr,System sel_init
return System.IntPtr

sel_intValue protected_oe property

protected IntPtr,System sel_intValue
return System.IntPtr

sel_isEqualToValue protected_oe property

protected IntPtr,System sel_isEqualToValue
return System.IntPtr

sel_length protected_oe property

protected IntPtr,System sel_length
return System.IntPtr

sel_mainScreen protected_oe property

protected IntPtr,System sel_mainScreen
return System.IntPtr

sel_numberWithBool protected_oe property

protected IntPtr,System sel_numberWithBool
return System.IntPtr

sel_numberWithDouble protected_oe property

protected IntPtr,System sel_numberWithDouble
return System.IntPtr

sel_numberWithFloat protected_oe property

protected IntPtr,System sel_numberWithFloat
return System.IntPtr

sel_numberWithInt protected_oe property

protected IntPtr,System sel_numberWithInt
return System.IntPtr

sel_numberWithShort protected_oe property

protected IntPtr,System sel_numberWithShort
return System.IntPtr

sel_objectAtIndex protected_oe property

protected IntPtr,System sel_objectAtIndex
return System.IntPtr

sel_pointValue protected_oe property

protected IntPtr,System sel_pointValue
return System.IntPtr

sel_rangeValue protected_oe property

protected IntPtr,System sel_rangeValue
return System.IntPtr

sel_rectValue protected_oe property

protected IntPtr,System sel_rectValue
return System.IntPtr

sel_release protected_oe property

protected IntPtr,System sel_release
return System.IntPtr

sel_retain protected_oe property

protected IntPtr,System sel_retain
return System.IntPtr

sel_shortValue protected_oe property

protected IntPtr,System sel_shortValue
return System.IntPtr

sel_sizeValue protected_oe property

protected IntPtr,System sel_sizeValue
return System.IntPtr

sel_sortedArrayUsingComparator protected_oe property

protected IntPtr,System sel_sortedArrayUsingComparator
return System.IntPtr

sel_string protected_oe property

protected IntPtr,System sel_string
return System.IntPtr

sel_stringWithCharactersLength protected_oe property

protected IntPtr,System sel_stringWithCharactersLength
return System.IntPtr

sel_stringWithString protected_oe property

protected IntPtr,System sel_stringWithString
return System.IntPtr

sel_stringWithUTF8String protected_oe property

protected IntPtr,System sel_stringWithUTF8String
return System.IntPtr

sel_valueWithPoint protected_oe property

protected IntPtr,System sel_valueWithPoint
return System.IntPtr

sel_valueWithRange protected_oe property

protected IntPtr,System sel_valueWithRange
return System.IntPtr

sel_valueWithRect protected_oe property

protected IntPtr,System sel_valueWithRect
return System.IntPtr

sel_valueWithSize protected_oe property

protected IntPtr,System sel_valueWithSize
return System.IntPtr