Compartir a través de


MarshalByValueComponent.GetService(Type) Método

Definición

Obtiene el implementador de .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

Parámetros

service
Type

que Type representa el tipo de servicio que desea.

Devoluciones

Object que representa el implementador de .IServiceProvider

Implementaciones

Se aplica a

Consulte también