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:



Table Of Contents