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
| Assembly | Binarymission.WinForms.Controls.CommonUtils.dll |
| Root namespace | Binarymission.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 Shared | Reflection helpers shared by the Binarymission Windows Forms controls. |