Container Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the Container class.
Overloads
Container() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Initializes a new instance of the Container class. |
Container(Stream) |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Initializes a new instance of the Container class with the configuration from the stream. |
Container()
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the Container class.
public:
Container();
public Container ();
Public Sub New ()
Applies to
Container(Stream)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the Container class with the configuration from the stream.
public:
Container(System::IO::Stream ^ configuration);
public Container (System.IO.Stream configuration);
new Microsoft.EnterpriseManagement.Container : System.IO.Stream -> Microsoft.EnterpriseManagement.Container
Public Sub New (configuration As Stream)
Parameters
- configuration
- Stream
The configuration settings that are used during initialization.