So, what is that assembly called?
A trivial bit of PoSh that I know I'll end up reusing:
>[system.reflection.assemblyname]::getassemblyname( …path to assembly… ).FullName
gives you the string you need to put into e.g. clr.Addreference()
.
Diary, commentary, reviews, snippets to preserve on-line
A trivial bit of PoSh that I know I'll end up reusing:
>[system.reflection.assemblyname]::getassemblyname( …path to assembly… ).FullName
gives you the string you need to put into e.g. clr.Addreference()
.
Previous instalments at Life before Blogging.
Forum Administrator : EvaGeeks.org — An Evangelion Fan Community
Copyright © Steve Gilham, 2003-2013
This work is licensed under a Creative Commons License.
Code snippets released under the WTFPL
No comments :
Post a Comment