Examples with "use Add-Type" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can also use Add-Type to load assemblies into your session so that
Sie können mit Add-Type auch Assemblys in die Sitzung laden,
You can also use Add-Type to load assemblies into your session so that you can use the types in the assemblies in Windows PowerShell.
Sie können mit Add-Type auch Assemblys in die Sitzung laden, damit Sie die Typen in den Assemblys in Windows PowerShell verwenden können.
You can also use Add-Type to load assemblies into your session so that you can use the types in the assemblies in Windows PowerShell.
Sie können mit Add-Type auch Assemblys in die Sitzung laden, damit Sie die Typen in den Assemblys in Windows PowerShell verwenden können.
Andere resultaten
Add-Type uses the specified compiler to compile the source code.
Add-Type uses the language to select the correct code compiler.
The second command uses the Add-Type cmdlet to add the class to the session.
Im zweiten Befehl wird die Klasse mit dem Cmdlet Add-Type der Sitzung hinzugefügt.
The file name extension specified in the value of Path determines the compiler that Add-Type uses.
Die im Wert von Path angegebene Dateinamenerweiterung bestimmt den von Add-Type verwendeten Compiler.
This example shows how to use the Add-Type cmdlet to add an FSharp code compiler to your Windows PowerShell session.
In diesem Beispiel wird gezeigt, wie der Windows PowerShell-Sitzung mit dem Cmdlet Add-Type ein FSharp-Codecompiler hinzugefügt wird.
The first command in the example uses the Add-Type cmdlet with the Path parameter to specify an assembly.
Im ersten Befehl des Beispiels wird das Cmdlet "Add-Type" mit dem Path-Parameter verwendet, um eine Assembly anzugeben.
Specifies a code generator or compiler. Add-Type uses the specified compiler to compile the source code.
Gibt einen Code-Generator oder einen Compiler an. Add-Type kompiliert den Quellcode mithilfe des angegebenen Compilers.
This command uses the Add-Type cmdlet to add a method from inline JScript code to the Windows PowerShell session.
In diesem Befehl wird eine Methode aus JScript-Inlinecode mit dem Cmdlet Add-Type der Windows PowerShell-Sitzung hinzugefügt.
Specifies the language used in the source code. Add-Type uses the language to select the correct code compiler.
Gibt die im Quellcode verwendete Sprache an. Der richtige Codecompiler wird von Add-Type anhand der Sprache ausgewählt.
The first command uses the Add-Type cmdlet to add the type defined in the Hello.vb file to the current session.
Im ersten Befehl wird der in der Datei "Hello.vb" definierte Typ mit dem Cmdlet "Add-Type" der aktuellen Sitzung hinzugefügt.