HypernovaDesktop Components · docs
Binarymission
WinForms › Common Utils

Common Utils

.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WinForms

A Binarymission custom utility library used by Binarymission Components

1public types
1public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.CommonUtils.dll
Root namespaceBinarymission.WinForms.Controls.CommonUtils
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10

Getting started

using Binarymission.WinForms.Controls.CommonUtils;

// Designer: build the solution once, then drag Shared from the Toolbox onto a form.
// In code:
var shared = new Shared
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(shared);

API reference

Binarymission.WinForms.Controls.CommonUtils

class SharedReflection helpers shared by the Binarymission Windows Forms controls.