Overload | Description |
---|---|
Create() | Create a new, empty Context using the default ContextExtension type, and default Context.Name. |
Create(String) | Create a new, empty Context using the default ContextExtension type, with the supplied name. |
Create(Type) | Create a new Context using the indicated ContextExtension type, using default Context.Name. |
Create(Type,String) | Create a new Context using the indicated ContextExtension type, with the supplied name. |
Create(Context) | Creates a new Context identical to the supplied Context, using default Context.Name. |
Create(Context,String) | Creates a new Context identical to the supplied Context, using supplied name. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)