Udostępnij za pośrednictwem


ApplicationManager.GetObject(String, Type) Metoda

Definicja

Zwraca zarejestrowany obiekt określonego typu z określonej aplikacji.

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

Parametry

appId
String

Unikatowy identyfikator aplikacji, która jest właścicielem obiektu.

type
Type

Typ obiektu do zwrócenia.

Zwraca

IRegisteredObject

Zarejestrowany obiekt określonego typu; lub null jeśli typ nie został zarejestrowany za pomocą wywołania CreateObject(String, Type, String, String, Boolean) metody .

Wyjątki

appId to null.

-lub- type to null.

Dotyczy