toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
ObjcMethodRef
Objc
Method
Ref
data
class
ObjcMethodRef
(
val
objcClass
:
ObjcProtocolClassBaseRef
,
val
ptr
:
FFIPointer
?
)
Members
Constructors
Objc
Method
Ref
Link copied to clipboard
constructor
(
objcClass
:
ObjcProtocolClassBaseRef
,
ptr
:
FFIPointer
?
)
Properties
name
Link copied to clipboard
val
name
:
String
objc
Class
Link copied to clipboard
val
objcClass
:
ObjcProtocolClassBaseRef
parsed
Types
Link copied to clipboard
val
parsedTypes
:
ObjcMethodDesc
ptr
Link copied to clipboard
val
ptr
:
FFIPointer
?
sel
Name
Link copied to clipboard
val
selName
:
String
types
Link copied to clipboard
val
types
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String