GlobalObject::CreateInstance Method ()
Visual Studio 2015
Creates a cached instance of the global object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The CreateInstance method is a helper method, called by the Instance property to create a cached instance of the global object. The caller should validate that the instance returned is serializable. The default implementation of this method calls TypeDescriptor::CreateInstance to create an instance of the global object.
Show: