Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.feature
/
NativeLibraryFeature
/
UnpackedNative
Unpacked
Native
@
JvmRecord
data
class
UnpackedNative
(
val
name
:
String
,
val
resource
:
String
,
val
arch
:
String
,
val
path
:
Path
)
:
Record
Native library info used at build-time.
Members
Constructors
Unpacked
Native
Link copied to clipboard
constructor
(
name
:
String
,
resource
:
String
,
arch
:
String
,
path
:
Path
)
Properties
arch
Link copied to clipboard
val
arch
:
String
name
Link copied to clipboard
val
name
:
String
path
Link copied to clipboard
val
path
:
Path
resource
Link copied to clipboard
val
resource
:
String