1 2 3 4 |
$carga = [Reflection.Assembly]::LoadFile("/Users/lamac/Desktop/ClassLibrary2.dll") $carga | select ExportedTypes [ClassLibrary2.Class1].DeclaredMethods.Name [ClassLibrary2.Class1]::Main() |