IPluginFactoryGetInstanceT Method (String) |
Gets the instance.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax T GetInstance<T>(
string fullClassName
)
where T : class, IPlugin
Function GetInstance(Of T As {Class, IPlugin}) (
fullClassName As String
) As T
generic<typename T>
where T : ref class, IPlugin
T GetInstance(
String^ fullClassName
)
abstract GetInstance :
fullClassName : string -> 'T when 'T : not struct and IPlugin
Parameters
- fullClassName
- Type: SystemString
Full name of the class.
Type Parameters
- T
- Type which plugin we need to instantiate.
Return Value
Type:
TType instance.
See Also