标签:
//1.加载dll,调用winform窗体,使用指定构造函数
param{
$filePath=""
}
[void][reflection.assembly]::LoadFile($filePath)
$a=New-Object namespace.classctor(args)
$a.DoSth()
powershell 调用winform dll
原文地址:http://www.cnblogs.com/hualiu0/p/4886817.html