Classes/ImportTiPSClassesAssembly.ps1
|
if (-not ('tiPS.PowerShellTip' -as [type])) { [string] $assemblyFilePath = Resolve-Path -Path "$script:PSModuleRoot/Classes/tiPSClasses.dll" Add-Type -Path $assemblyFilePath } |
|
if (-not ('tiPS.PowerShellTip' -as [type])) { [string] $assemblyFilePath = Resolve-Path -Path "$script:PSModuleRoot/Classes/tiPSClasses.dll" Add-Type -Path $assemblyFilePath } |