ApplicationManager.GetObject(String, Type) Método

Definición

Devuelve el objeto registrado del tipo especificado de la aplicación especificada.

public:
 System::Web::Hosting::IRegisteredObject ^ GetObject(System::String ^ appId, Type ^ type);
public System.Web.Hosting.IRegisteredObject GetObject (string appId, Type type);
member this.GetObject : string * Type -> System.Web.Hosting.IRegisteredObject
Public Function GetObject (appId As String, type As Type) As IRegisteredObject

Parámetros

appId
String

El identificador único para la aplicación que posee el objeto.

type
Type

El tipo de objeto que se va a devolver.

Devoluciones

Objeto registrado del tipo especificado; o null si el tipo no se ha registrado mediante una llamada al método CreateObject(String, Type, String, String, Boolean).

Excepciones

appId es null.

o bien

type es null.

Se aplica a