GlobalObject.CreateInstance Method

Definition

Creates a cached instance of the global object.

protected:
 virtual System::Object ^ CreateInstance();
protected:
 virtual Platform::Object ^ CreateInstance();
 virtual winrt::Windows::Foundation::IInspectable CreateInstance();
protected virtual object CreateInstance ();
abstract member CreateInstance : unit -> obj
override this.CreateInstance : unit -> obj
Protected Overridable Function CreateInstance () As Object

Returns

An Object that represents an instance of the global object class.

Applies to