DLib class

DyLib class wrapper to bundle information about the loaded library with the library. This is useful if you need to keep the fully resolved location of a dynamic library

Constructors

DLib(String _path, DynamicLibrary _library)
Constructor, builds Dlib class which holds path information and the Library
const

Properties

extension String
Get the extension of the loaded library
no setter
fileName String
Get the file name of the loaded library (strips the extension)
no setter
hashCode int
The hash code for this object.
no setterinherited
library DynamicLibrary
Access the dynamic library save in this class
no setter
path String
Get the full path to this loaded library
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited