Interface ILibraryHandle
Defines an interface for library handle classes. This interface is the core interface for the library management.
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface ILibraryHandle
Properties
| Improve this Doc View SourceLibraryFileName
Gets the file name of the library.
Declaration
string LibraryFileName { get; }
Property Value
Type | Description |
---|---|
System.String |