Class ExtensionsFactory

ExtensionsFactory class

Global extensions manager.

public static class ExtensionsFactory

Properties

NameDescription
static SupportedExtensions { get; }

Methods

NameDescription
static RegisterExtension<TParent,TExtension>(string)Registers a new extensions to be used globally.

Remarks

Extensions must be registered at the beginning of the application Before using the APIs.

See Also