toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
NSClass
NSClass
open
class
NSClass
(
val
id
:
Long
)
:
NSObject
Inheritors
Companion
Companion
Members
Constructors
NSClass
Link copied to clipboard
constructor
(
name
:
String
)
constructor
(
id
:
Long
)
Properties
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
val
name
:
String
OBJ_CLASS
Link copied to clipboard
val
OBJ_CLASS
:
ObjcRef
objc
Class
Link copied to clipboard
val
objcClass
:
NSClass
ref
Link copied to clipboard
val
ref
:
ObjcRef
Functions
alloc
Link copied to clipboard
fun
alloc
(
)
:
NSObject
msg
Send
Link copied to clipboard
fun
msgSend
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Long
msg
Send
Double
Link copied to clipboard
fun
msgSendDouble
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Double
msg
Send
Float
Link copied to clipboard
fun
msgSendFloat
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Float
msg
Send
Int
Link copied to clipboard
fun
msgSendInt
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Int
msg
Send
Ref
Link copied to clipboard
fun
msgSendRef
(
sel
:
String
,
vararg
args
:
Any
?
)
:
ObjcRef
msg
Send
Void
Link copied to clipboard
fun
msgSendVoid
(
sel
:
String
,
vararg
args
:
Any
?
)
obj
Func
Link copied to clipboard
inline
fun
<
T
:
Function
<
*
>
>
objFunc
(
selector
:
String
,
def
:
String
)
:
NSObject.FuncInfo
<
T
>
obj
Prop
Link copied to clipboard
inline
fun
<
T
>
objProp
(
selector
:
String
,
def
:
String
)
:
NSObject.PropInfo
<
T
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String