Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
tiPS
0.0.67
Classes/ImportTiPSClassesAssembly.ps1
if
(
-not
(
'tiPS.PowerShellTip'
-as
[type]
)
)
{
[string]
$assemblyFilePath
=
Resolve-Path
-Path
"$script:PSModuleRoot/Classes/tiPSClasses.dll"
Add-Type
-Path
$assemblyFilePath
}