I have tried creating an instance of the specific class, then passing that type.
All functions of this class runs stastically (without creating an instance of the class).
Toutes les fonctions de cette classe fonctionne statiquement (sans pour autant créer une instance de la classe).
The process of creating an instance involves selecting a zone, a network, and a subnet.
The data and functions of a class can be accessed after creating an instance of a class.
I tend to sort out abstract issues by creating an instance of the subject at hand.
But by creating an instance corresponding to your principal domain name, you create this certification!
Mais en créant une instance qui corresponde à votre nom de domaine principal, vous créez cette certification !
The new object is called an instance; and the process of creating it is called instantiation (meaning creating an instance).
Le nouvel objet est appelé une instance; et le fait de le créer est appelé instanciation (qui signifie créer une instance).
A constructor is a method the name of which being that of the class, and that is called only when creating an instance of the class.
Constructeur et instance Un constructeur est une méthode dont le nom est celui de la classe et qui est appelée lors de la création d'une instance de la classe.
Enactment refers to the process of creating an instance of system executing in real-clock time.
L'Enaction se définit par le processus de création d'une instance du système qui s'exécute en temps réel (par opposition au temps virtuel utilisé en simulation).
Classes are used directly or by creating an instance, and we refer to attributes or method by calls; the same is done with XML objects.
Les classes sont utilisées directement ou en créant une instance, et en faisant référence aux attributs ou des appels de méthodes. On fait de même avec les objets XML.
This does all the work of creating an instance of the class, and making sure that the right handler methods are called for incoming HTTP requests.
Cela a pour effet de créer une instance de la classe, et de s'assurer que les bonnes méthodes seront appelées lors de requêtes HTTP.
As seen in the example, it is possible to send Ether while creating an instance of D using the.value() option, but it is not possible to limit the amount of gas.
Comme dans l'exemple, il est possible d'envoyer des Ether en créant une instance de D en utilisant l'option.value(), mais il n'est pas possible de limiter la quantité de gas.
Event Subscription You handle events by writing an event handler class, creating an instance of it, assigning the event handler to the parent object, and then subscribing to the event.
Pour gérer des événements, vous devez écrire une classe de gestionnaire d'événements, créer une instance de cet événement, attribuer le gestionnaire d'événements à l'objet parent, puis vous abonner à l'événement.