Compartir a través de


ServiceTypeInformation Clase

Definición

Especifica la clase usada por ServiceRemoting para buscar las interfaces implementadas por el servicio.

public sealed class ServiceTypeInformation
type ServiceTypeInformation = class
Public NotInheritable Class ServiceTypeInformation
Herencia
ServiceTypeInformation

Propiedades

ImplementationType

Obtiene el tipo de la clase que implementa la interfaz de servicio.

InterfaceTypes

Obtiene los tipos de interfaz implementados.

IsAbstract

Obtiene un valor que indica si la clase que implementa la interfaz de servicio es abstracta.

Métodos

Get(Type)

Método factory que construye un objeto ServiceTypeInformation a partir del tipo especificado

TryGet(Type, ServiceTypeInformation)

Obtiene el método Factory que construye un objeto ServiceTypeInformation a partir del tipo especificado.

Se aplica a