MarshalByValueComponent.GetService(Type) Metodo

Definizione

Ottiene l'implementatore dell'interfaccia IServiceProvider.

public:
 virtual System::Object ^ GetService(Type ^ service);
public virtual object GetService (Type service);
public virtual object? GetService (Type service);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (service As Type) As Object

Parametri

service
Type

Oggetto Type che rappresenta il tipo di servizio desiderato.

Restituisce

Oggetto Object che rappresenta l'implementatore di IServiceProvider.

Implementazioni

Commenti

Per altre informazioni sui servizi di progettazione che è possibile usare, vedere Architettura in fase di progettazione.

Si applica a

Vedi anche