Vertaling van "New-Object" in Spaans
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.
The first command uses the New-Object cmdlet to create a timer object.
El primer comando utiliza el cmdlet New-Object para crear un objeto de temporizador.
Object New-Object returns the object that is created.
Object New-Object devuelve el objeto que se ha creado.
The second command uses the New-Object cmdlet to create an instance of the FSharp code provider and saves the result in the $provider variable.
El segundo comando usa el cmdlet New-Object para crear una instancia del proveedor de código de FSharp y guarda el resultado en la variable $provider.
Since the behavior of the RCW may be different from the behavior of the normal COM object, New-Object has a Strict parameter to warn you about RCW access.
Dado que el contenedor RCW y el objeto COM normal pueden tener comportamientos diferentes, New-Object tiene un parámetro Strict que avisa del acceso al contenedor.
You can create a new instance of a.NET Framework class by using the New-Object cmdlet with the TypeName parameter.
Puede crear una nueva instancia de una clase de.NET Framework usando el cmdlet New-Object con el parámetro TypeName.
Not all.NET Framework classes can be created by using New-Object.
No todas las clases de.NET Framework se pueden crear usando New-Object.
For example, if you try to create a System.Environment or a System.Math object with New-Object, you will get the following error messages
Por ejemplo, si intenta crear un objeto System.Math o System.Environment con New-Object, aparecerán los mensajes de error siguientes: Math
New-Object has an ArgumentList parameter.
New-Object tiene un parámetro ArgumentList.
In some cases, a COM object might have an associated.NET Framework Runtime-Callable Wrapper or RCW, and this will be used by New-Object.
En algunos casos, un objeto COM puede tener asociado un contenedor RCW (Runtime Callable Wrapper) de.NET Framework. Este contenedor se puede utilizar en New-Object.
New-Object uses.NET Framework Runtime-Callable Wrappers to create COM objects, so it has the same limitations that.NET Framework does when calling COM objects.
New-Object usa contenedores RCW (Runtime Callable Wrapper) de.NET Framework para crear objetos COM, por lo que tiene las mismas limitaciones que.NET Framework cuando se llama a objetos COM.
The following two commands copy composite-object to new-object and then move new-object back to use the original name.
Los dos comandos a continuación copian composite-object a new-object y luego mueven de nuevo a new-object para que use el nombre original.