Vertaling van "Add-Type lo" in Engels
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.
Si escribe un nombre simple o parcial, Add-Type lo resuelve como nombre completo y, a continuación, utiliza el nombre completo para cargar el ensamblado.
If you enter a simple or partial name, Add-Type resolves it to the full name, and then uses the full name to load the assembly.
Si especifica código fuente, Add-Type lo compila y genera un ensamblado en memoria que contiene los nuevos tipos de.NET Framework.
If you specify source code, Add-Type compiles the specified source code and generates an in-memory assembly that contains the new.NET Framework types.
Andere resultaten
Add-Type utiliza el lenguaje para seleccionar el compilador de código correcto.
Add-Type uses the language to select the correct code compiler.
Incluso puede especificar solo un método y Add-Type definirá y generará la clase.
You can even specify only a method and Add-Type will define and generate the class.
De forma predeterminada, Add-Type hace referencia al espacio de nombres System.
By default, Add-Type references the System namespace.
Add-Type obtiene los tipos del ensamblado.
Add-Type gets the types in the assembly.
Add-Type genera el código de plantilla necesario para admitir las propiedades o los métodos.
Add-Type generates the template code that is required to support the properties or methods.
Como resultado, los tipos escritos en estos lenguajes no se pueden utilizar con Add-Type.
As a result, types written in these languages cannot be used with Add-Type.
Si envía un archivo de ensamblado, Add-Type toma los tipos del ensamblado.
If you submit an assembly file, Add-Type takes the types from the assembly.
Cuando se usa el parámetro PassThru, Add-Type devuelve un objeto System.RuntimeType que representa el nuevo tipo.
When you use the PassThru parameter, Add-Type returns a System.RuntimeType object that represents the new type.
El segundo comando usa el cmdlet Add-Type para agregar la clase a la sesión.
The second command uses the Add-Type cmdlet to add the class to the session.
La extensión de nombre de archivo especificada en el valor de Path determina el compilador usado por Add-Type.
The file name extension specified in the value of Path determines the compiler that Add-Type uses.
El primer comando del ejemplo utiliza el cmdlet Add-Type con el parámetro Path para especificar un ensamblado.
The first command in the example uses the Add-Type cmdlet with the Path parameter to specify an assembly.