Partager via


ServiceTypeInformation Classe

Définition

Spécifie la classe utilisée par serviceRemoting pour rechercher les interfaces implémentées par le service.

public sealed class ServiceTypeInformation
type ServiceTypeInformation = class
Public NotInheritable Class ServiceTypeInformation
Héritage
ServiceTypeInformation

Propriétés

ImplementationType

Obtient le type de la classe implémentant l’interface de service.

InterfaceTypes

Obtient les types d’interface implémentés.

IsAbstract

Obtient une valeur indiquant si l’implémentation de l’interface de service de classe est abstraite.

Méthodes

Get(Type)

Méthode factory qui construit un objet ServiceTypeInformation à partir du type donné

TryGet(Type, ServiceTypeInformation)

Obtient la méthode Factory qui construit un objet ServiceTypeInformation à partir du type donné.

S’applique à