Share via


ServiceTypeInformation Class

Definition

Specifies the class used by the ServiceRemoting to lookup the interfaces implemented by the service.

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

Properties

ImplementationType

Gets the type of the class implementing the service interface.

InterfaceTypes

Gets the interface types implemented.

IsAbstract

Gets a value indicating whether class implementing service interface is abstract.

Methods

Get(Type)

Factory method that constructs a ServiceTypeInformation object from the given type

TryGet(Type, ServiceTypeInformation)

Gets the Factory method that constructs a ServiceTypeInformation object from the given type.

Applies to