Adding types

suggest change

By Assembly Name, add library

Add-Type -AssemblyName "System.Math"

or by file path:

Add-Type -Path "D:\Libs\CustomMath.dll"

To Use added type:

[CustomMath.NameSpace]::Method(param1, $variableParam, [int]castMeAsIntParam)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Using existing static classes:
* Adding types

Table Of Contents
1 Loops
7 Using existing static classes
19 XML
22 Strings
25 Aliases
47 MongoDB
65 AWS S3