Vertaling van "New-Object" 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.
El primer comando utiliza el cmdlet New-Object para crear un objeto de temporizador.
The first command uses the New-Object cmdlet to create a timer object.
Object New-Object devuelve el objeto que se ha creado.
Object New-Object returns the object that is created.
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.
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.
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.
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.
Puede crear una nueva instancia de una clase de.NET Framework usando el cmdlet New-Object con el parámetro TypeName.
You can create a new instance of a.NET Framework class by using the New-Object cmdlet with the TypeName parameter.
No todas las clases de.NET Framework se pueden crear usando New-Object.
Not all.NET Framework classes can be created by using New-Object.
Por ejemplo, si intenta crear un objeto System.Math o System.Environment con New-Object, aparecerán los mensajes de error siguientes: Math
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
New-Object tiene un parámetro ArgumentList.
New-Object has an ArgumentList parameter.
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.
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.
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.
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.
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.
The following two commands copy composite-object to new-object and then move new-object back to use the original name.