Click or drag to resize

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

Parameters

fullClassName
Type: SystemString
Full name of the class.

Type Parameters

T
Type which plugin we need to instantiate.

Return Value

Type: T
Type instance.
See Also