DComSessionOptions Constructor (DComSessionOptions)
Creates and initializes a new instance of DComSessionOptions by making a detailed clone of an existing object.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public DComSessionOptions(
DComSessionOptions optionsToClone
)
public:
DComSessionOptions(
DComSessionOptions^ optionsToClone
)
new :
optionsToClone:DComSessionOptions -> DComSessionOptions
Public Sub New (
optionsToClone As DComSessionOptions
)
Parameters
optionsToClone
Type: Microsoft.Management.Infrastructure.Options.DComSessionOptionsThe existing options to clone.
See Also
DComSessionOptions Overload
DComSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top