Table of Contents

Method Deconstruct

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

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

Name string
DisplayName string
Description string
SupportedPlatforms PlatformID[]
CreateFactory Func<IComponentFactory>