Extension.name Property¶
Module: Extension
Type: string
Definition¶
The extension name.
String get name => getName();
Exceptions
An error has occurred during Bioseal Library execution.
public string name
{
get => Getname();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getName() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var name: String
get {
return try! getName()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealExtension_GetName (ID3_BIOSEAL_EXTENSION hExtension, char * name, int * nameSize)
Returns