Download for Windows Premium
-50% Premium
Publiciteit
New-Object

Vertaling van "New-Object" in Frans

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.
New-Object
New-Object creates the object and sets each property value and invokes each method in the order that they appear in the hash table.
New-Object crée l'objet, définit chaque valeur de propriété et appelle les différentes méthodes dans l'ordre dans lequel elles s'affichent dans la table de hachage.
New-Object returns the object that is created.
New-Object retourne l'objet créé.
The first command uses the New-Object cmdlet to create a timer object.
La première commande utilise l'applet de commande New-Object pour créer un objet minuteur (Timer).
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.
La deuxième commande utilise l'applet de commande New-Object pour créer une instance du fournisseur de code FSharp et enregistre le résultat dans la variable $provider.
The fourth command uses the New-Object cmdlet to instantiate an instance of the BasicTest class.
La quatrième commande utilise l'applet de commande New-Object pour instancier une instance de la classe BasicTest.
If the new object is derived from the PSObject class, and you specify a property that does not exist on the object, New-Object adds the specified property to the object as a NoteProperty.
Si le nouvel objet est dérivé de la classe PSObject et que vous spécifiez une propriété qui n'existe pas sur l'objet, New-Object ajoute la propriété spécifiée à l'objet en tant que propriété de note (NoteProperty).
You can then instantiate objects (by using the New-Object cmdlet) and use the objects, just as you would use any.NET Framework object.
Vous pouvez ensuite instancier des objets (à l'aide de l'applet de commande New-Object) et utiliser ces objets, tout comme vous utiliseriez n'importe quel objet.NET Framework.
The second command uses the New-Object command to create a TransactedString object.
La deuxième commande utilise la commande New-Object pour créer un objet TransactedString.
You can create a new instance of a.NET Framework class by using the New-Object cmdlet with the TypeName parameter.
Vous pouvez créer une nouvelle instance d'une classe.NET Framework en utilisant l'applet de commande New-Object avec le paramètre TypeName (nom de type).
Not all.NET Framework classes can be created by using New-Object.
Toutes les classes.NET Framework ne peuvent pas être créées en utilisant New-Object.
You can use New-Object to work with Component Object Model (COM) components.
Vous pouvez utiliser New-Object pour utiliser des composants COM (Component Object Model).
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: PS> New-Object System.Environment New-Object: Constructor not found.
Par exemple, si vous essayez de créer un objet System.Environment ou System.Math avec New-Object, vous obtiendrez les messages d'erreur Ces erreurs se produisent parce qu'il n'existe aucun moyen de créer un objet à partir de ces classes.
Getting Warnings About.NET Framework-Wrapped COM Objects 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.
Dans certains cas, un objet COM peut être associé à un wrapper RCW (wrapper pouvant être appelé par le runtime) .NET Framework, qui sera utilisé par New-Object.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor New-Object in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
nail: metal fastener with a pointed end and flat head
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 13. Exact: 13. Verstreken tijd: 49 ms.