gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.cpp
/
CppSharedLibrary
Cpp
Shared
Library
API
interface
CppSharedLibrary
:
CppBinary
(
source
)
A C++ shared library binary.
Since
4.10
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
get
Compilation
Details
Link copied to clipboard
API
abstract
fun
getCompilationDetails
(
)
:
CompilationDetails
get
Linkage
Details
Link copied to clipboard
API
abstract
fun
getLinkageDetails
(
)
:
LinkageDetails
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Variant
Name
Link copied to clipboard
API
abstract
fun
getVariantName
(
)
:
String