Search notes:

PowerShell statement: using namespace

using namespace System.Windows.Forms

[MessageBox]::Show('Simple example for "using namespace"')
Github repository about-powershell, path: /language/statement/using/namespace/simple.ps1

See also

using assembly and other statements
using

Index