ActivatedServiceTypeEntry Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ActivatedServiceTypeEntry.
Surcharges
| Nom | Description |
|---|---|
| ActivatedServiceTypeEntry(Type) |
Initialise une nouvelle instance de la ActivatedServiceTypeEntry classe avec la valeur donnée Type. |
| ActivatedServiceTypeEntry(String, String) |
Initialise une nouvelle instance de la ActivatedServiceTypeEntry classe avec le nom de type et le nom d’assembly donnés. |
ActivatedServiceTypeEntry(Type)
Initialise une nouvelle instance de la ActivatedServiceTypeEntry classe avec la valeur donnée Type.
public:
ActivatedServiceTypeEntry(Type ^ type);
public ActivatedServiceTypeEntry(Type type);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : Type -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (type As Type)
Paramètres
S’applique à
ActivatedServiceTypeEntry(String, String)
Initialise une nouvelle instance de la ActivatedServiceTypeEntry classe avec le nom de type et le nom d’assembly donnés.
public:
ActivatedServiceTypeEntry(System::String ^ typeName, System::String ^ assemblyName);
public ActivatedServiceTypeEntry(string typeName, string assemblyName);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : string * string -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (typeName As String, assemblyName As String)
Paramètres
- typeName
- String
Nom du type du type de service activé par le client.
- assemblyName
- String
Nom de l’assembly du type de service activé par le client.