Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Calling Assembly

$
0
0

Summary: Learn how to use Windows PowerShell to find the calling assembly.

Hey, Scripting Guy! Question How can I find the name of a calling assembly from within Windows PowerShell?

Hey, Scripting Guy! Answer Use the GetCallingAssembly static method from the [system.Reflection.Assembly] class:

[system.reflection.assembly]::GetCallingAssembly()


Viewing all articles
Browse latest Browse all 3333

Trending Articles