Method Deconstruct
Deconstruct(out string, out string, out string, out PlatformID[], out Func<IComponentFactory>)
public void Deconstruct(out string Name, out string DisplayName, out string Description, out PlatformID[] SupportedPlatforms, out Func<IComponentFactory> CreateFactory)
Parameters
NamestringDisplayNamestringDescriptionstringSupportedPlatformsPlatformID[]CreateFactoryFunc<IComponentFactory>