El primer paso es cargar la dll y después ver los métodos.
1 2 3 4 5 |
$carga = [Reflection.Assembly]::LoadFile("C:\Users\juan\source\repos\ClassLibrary3\ClassLibrary3\bin\Debug\ClassLibrary3.dll") $carga | select ExportedTypes [ClassLibrary3.Class1].DeclaredMethods.Name |
