CloneLibraryGetLibraryInformation Method |
Returns information about Library.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public CloneLibraryInformation GetLibraryInformation(
string libraryName
)
Public Function GetLibraryInformation (
libraryName As String
) As CloneLibraryInformation
public:
CloneLibraryInformation GetLibraryInformation(
String^ libraryName
)
member GetLibraryInformation :
libraryName : string -> CloneLibraryInformation
Parameters
- libraryName
- Type: SystemString
Name of Library.
Return Value
Type:
CloneLibraryInformationStruct containing Information about Library.
See Also