diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimAsyncOperation.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimAsyncOperation.cs
index b0ee5009891..49f39c8c019 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimAsyncOperation.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimAsyncOperation.cs
@@ -26,7 +26,7 @@ internal abstract class CimAsyncOperation : IDisposable
#region Constructor
///
- /// The constructor.
+ /// Initializes a new instance of the class.
///
protected CimAsyncOperation()
{
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimBaseAction.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimBaseAction.cs
index 939f6c047a5..86444b7f79d 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimBaseAction.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimBaseAction.cs
@@ -17,7 +17,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal abstract class CimBaseAction
{
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
protected CimBaseAction()
{
@@ -69,7 +69,7 @@ protected XOperationContextBase Context
internal class CimSyncAction : CimBaseAction, IDisposable
{
///
- /// The constructor.
+ /// Initializes a new instance of the class.
///
public CimSyncAction()
{
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimCommandBase.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimCommandBase.cs
index b138c01b806..8475020905f 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimCommandBase.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimCommandBase.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal class ParameterDefinitionEntry
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -70,7 +70,7 @@ internal bool IsMandatory
internal class ParameterSetEntry
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
internal ParameterSetEntry(UInt32 mandatoryParameterCount)
@@ -81,7 +81,7 @@ internal ParameterSetEntry(UInt32 mandatoryParameterCount)
}
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
internal ParameterSetEntry(ParameterSetEntry toClone)
@@ -92,7 +92,7 @@ internal ParameterSetEntry(ParameterSetEntry toClone)
}
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -217,7 +217,7 @@ internal UInt32 SetMandatoryParameterCountAtBeginProcess
internal class ParameterBinder
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -567,7 +567,7 @@ internal void SetParameter(object value, string parameterName)
#region constructors
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
internal CimBaseCommand()
{
@@ -576,7 +576,7 @@ internal CimBaseCommand()
}
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
internal CimBaseCommand(Dictionary> parameters,
Dictionary sets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetAssociatedInstance.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetAssociatedInstance.cs
index 707a0ea6275..e10df187714 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetAssociatedInstance.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetAssociatedInstance.cs
@@ -17,9 +17,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal sealed class CimGetAssociatedInstance : CimAsyncOperation
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimGetAssociatedInstance()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetCimClass.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetCimClass.cs
index 1901b12ed83..57fe6386cee 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetCimClass.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetCimClass.cs
@@ -17,9 +17,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal class CimGetCimClassContext : XOperationContextBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -104,9 +102,7 @@ internal string QualifierName
internal sealed class CimGetCimClass : CimAsyncOperation
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimGetCimClass()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetInstance.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetInstance.cs
index d4471671c65..59b39515cbe 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetInstance.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimGetInstance.cs
@@ -51,6 +51,7 @@ public object Process(object resultObject)
internal class CimGetInstance : CimAsyncOperation
{
///
+ /// Initializes a new instance of the class.
///
/// Constructor
///
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimIndicationWatcher.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimIndicationWatcher.cs
index f64316bd6c7..15c4611eedc 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimIndicationWatcher.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimIndicationWatcher.cs
@@ -56,9 +56,7 @@ public Exception Exception
private readonly Exception exception;
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
public CimIndicationEventExceptionEventArgs(Exception theException)
@@ -108,9 +106,7 @@ public string Bookmark
}
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
public CimIndicationEventInstanceEventArgs(CimSubscriptionResult result)
@@ -154,9 +150,7 @@ internal enum Status
public event EventHandler CimIndicationArrived;
///
- ///
- /// Constructor with given computerName, namespace, queryExpression and timeout
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -176,9 +170,7 @@ public CimIndicationWatcher(
}
///
- ///
- /// Constructor with given cimsession, namespace, queryExpression and timeout
- ///
+ /// Initializes a new instance of the class.
///
///
///
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimInvokeCimMethod.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimInvokeCimMethod.cs
index 8030111fa90..b6a5337cd62 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimInvokeCimMethod.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimInvokeCimMethod.cs
@@ -27,9 +27,7 @@ internal sealed class CimInvokeCimMethod : CimAsyncOperation
internal class CimInvokeCimMethodContext : XOperationContextBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -73,9 +71,7 @@ internal CimMethodParametersCollection ParametersCollection
}
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimInvokeCimMethod()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimNewCimInstance.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimNewCimInstance.cs
index ea69fa8f1c1..48f28de384a 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimNewCimInstance.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimNewCimInstance.cs
@@ -20,9 +20,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal class CimNewCimInstanceContext : XOperationContextBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -44,6 +42,7 @@ internal CimNewCimInstanceContext(
internal sealed class CimNewCimInstance : CimAsyncOperation
{
///
+ /// Initializes a new instance of the class.
///
/// Constructor
///
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimPromptUser.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimPromptUser.cs
index 98fb4ed3fc8..306645fd0c0 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimPromptUser.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimPromptUser.cs
@@ -22,7 +22,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal sealed class CimPromptUser : CimSyncAction
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public CimPromptUser(string message,
CimPromptType prompt)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRegisterCimIndication.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRegisterCimIndication.cs
index ed547444adc..895c6f79b24 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRegisterCimIndication.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRegisterCimIndication.cs
@@ -58,7 +58,7 @@ public CimSubscriptionResult Result
private readonly CimSubscriptionResult result;
///
- /// Constructor
+ /// Initializes a new instance of the class.
///
///
public CimSubscriptionResultEventArgs(
@@ -92,7 +92,7 @@ public Exception Exception
private readonly Exception exception;
///
- /// Constructor
+ /// Initializes a new instance of the class.
///
///
public CimSubscriptionExceptionEventArgs(
@@ -118,9 +118,7 @@ internal sealed class CimRegisterCimIndication : CimAsyncOperation
public event EventHandler OnNewSubscriptionResult;
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimRegisterCimIndication()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRemoveCimInstance.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRemoveCimInstance.cs
index 8af239ef67c..a6182166170 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRemoveCimInstance.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimRemoveCimInstance.cs
@@ -17,9 +17,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal class CimRemoveCimInstanceContext : XOperationContextBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -39,9 +37,7 @@ internal CimRemoveCimInstanceContext(string theNamespace,
internal sealed class CimRemoveCimInstance : CimGetInstance
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimRemoveCimInstance()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
index 19040bfa3e4..b3b2d73e2ac 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
@@ -32,7 +32,7 @@ public enum AsyncResultType
internal class CimResultContext
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
internal CimResultContext(object ErrorSource)
@@ -64,7 +64,7 @@ internal object ErrorSource
internal abstract class AsyncResultEventArgsBase : EventArgs
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -80,7 +80,7 @@ protected AsyncResultEventArgsBase(
}
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -117,9 +117,7 @@ protected AsyncResultEventArgsBase(
internal class AsyncResultCompleteEventArgs : AsyncResultEventArgsBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
/// object.
///
@@ -139,7 +137,7 @@ public AsyncResultCompleteEventArgs(
internal class AsyncResultObjectEventArgs : AsyncResultEventArgsBase
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -164,7 +162,7 @@ public AsyncResultObjectEventArgs(
internal class AsyncResultErrorEventArgs : AsyncResultEventArgsBase
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -179,7 +177,7 @@ public AsyncResultErrorEventArgs(
}
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
///
@@ -222,7 +220,7 @@ internal class CimResultObserver : IObserver
public event EventHandler OnNewResult;
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
/// object that issued the operation.
/// Operation that can be observed.
@@ -233,7 +231,7 @@ public CimResultObserver(CimSession session, IObservable
+ ///
///
public CimSessionProxy(string computerName)
{
@@ -342,10 +348,13 @@ public CimSessionProxy(string computerName)
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and session options.
/// Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxy(string computerName, CimSessionOptions sessionOptions)
@@ -355,9 +364,12 @@ public CimSessionProxy(string computerName, CimSessionOptions sessionOptions)
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and cimInstance. Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxy(string computerName, CimInstance cimInstance)
@@ -397,9 +409,12 @@ public CimSessionProxy(string computerName, CimInstance cimInstance)
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name,
/// session options.
- ///
+ ///
///
///
/// Used when create async operation.
@@ -410,9 +425,12 @@ public CimSessionProxy(string computerName, CimSessionOptions sessionOptions, Ci
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name.
/// Then create wrapper object.
- ///
+ ///
///
/// Used when create async operation.
public CimSessionProxy(string computerName, CimOperationOptions operOptions)
@@ -422,8 +440,11 @@ public CimSessionProxy(string computerName, CimOperationOptions operOptions)
}
///
- /// Create wrapper object by given session object.
+ /// Initializes a new instance of the class.
///
+ ///
+ /// Create wrapper object by given session object.
+ ///
///
public CimSessionProxy(CimSession session)
{
@@ -431,8 +452,11 @@ public CimSessionProxy(CimSession session)
}
///
- /// Create wrapper object by given session object.
+ /// Initializes a new instance of the class.
///
+ ///
+ /// Create wrapper object by given session object.
+ ///
///
/// Used when create async operation.
public CimSessionProxy(CimSession session, CimOperationOptions operOptions)
@@ -1969,10 +1993,13 @@ internal class CimSessionProxyTestConnection : CimSessionProxy
#region constructors
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and session options.
/// Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxyTestConnection(string computerName, CimSessionOptions sessionOptions)
@@ -2018,9 +2045,12 @@ internal class CimSessionProxyGetCimClass : CimSessionProxy
#region constructors
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name.
/// Then create wrapper object.
- ///
+ ///
///
public CimSessionProxyGetCimClass(string computerName)
: base(computerName)
@@ -2028,10 +2058,13 @@ public CimSessionProxyGetCimClass(string computerName)
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and session options.
/// Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxyGetCimClass(CimSession session)
@@ -2169,9 +2202,12 @@ internal class CimSessionProxyNewCimInstance : CimSessionProxy
#region constructors
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name.
/// Then create wrapper object.
- ///
+ ///
///
public CimSessionProxyNewCimInstance(string computerName, CimNewCimInstance operation)
: base(computerName)
@@ -2180,10 +2216,13 @@ public CimSessionProxyNewCimInstance(string computerName, CimNewCimInstance oper
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and session options.
/// Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxyNewCimInstance(CimSession session, CimNewCimInstance operation)
@@ -2249,9 +2288,12 @@ internal class CimSessionProxySetCimInstance : CimSessionProxy
{
#region constructors
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given object.
/// Then create wrapper object.
- ///
+ ///
/// object to clone.
/// PassThru, true means output the modified instance; otherwise does not output.
public CimSessionProxySetCimInstance(CimSessionProxy originalProxy, bool passThru)
@@ -2261,9 +2303,12 @@ public CimSessionProxySetCimInstance(CimSessionProxy originalProxy, bool passThr
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name.
/// Then create wrapper object.
- ///
+ ///
///
///
///
@@ -2276,10 +2321,13 @@ public CimSessionProxySetCimInstance(string computerName,
}
///
+ /// Initializes a new instance of the class.
+ ///
+ ///
/// Create by given computer name
/// and session options.
/// Then create wrapper object.
- ///
+ ///
///
///
public CimSessionProxySetCimInstance(CimSession session, bool passThru)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimSetCimInstance.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimSetCimInstance.cs
index 0a8c49dfb50..397d59b75f3 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimSetCimInstance.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimSetCimInstance.cs
@@ -19,9 +19,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal class CimSetCimInstanceContext : XOperationContextBase
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
///
///
@@ -87,9 +85,7 @@ internal bool PassThru
internal sealed class CimSetCimInstance : CimGetInstance
{
///
- ///
- /// Constructor
- ///
+ /// Initializes a new instance of the class.
///
public CimSetCimInstance()
: base()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteError.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteError.cs
index 0f64aad70c9..db38ab2dfcb 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteError.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteError.cs
@@ -317,7 +317,8 @@ internal static ErrorCategory ConvertCimErrorToErrorCategory(CimInstance cimErro
internal sealed class CimWriteError : CimSyncAction
{
///
- /// Constructor with an error.
+ /// Initializes a new instance of the class
+ /// with the specified .
///
///
public CimWriteError(CimInstance error, InvocationContext context)
@@ -327,7 +328,8 @@ public CimWriteError(CimInstance error, InvocationContext context)
}
///
- /// Construct with an exception object.
+ /// Initializes a new instance of the class
+ /// with the specified .
///
///
public CimWriteError(Exception exception, InvocationContext context, CimResultContext cimResultContext)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteMessage.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteMessage.cs
index 9a556b68c5e..f9a1f781473 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteMessage.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteMessage.cs
@@ -45,7 +45,7 @@ internal string Message
#endregion
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
public CimWriteMessage(UInt32 channel,
string message)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteProgress.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteProgress.cs
index 94b82e47c29..c9c224195be 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteProgress.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteProgress.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal sealed class CimWriteProgress : CimBaseAction
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
///
/// Activity identifier of the given activity
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteResultObject.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteResultObject.cs
index 492819c6535..d565d50f6de 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteResultObject.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteResultObject.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets
internal sealed class CimWriteResultObject : CimBaseAction
{
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public CimWriteResultObject(object result, XOperationContextBase theContext)
{
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CmdletOperation.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CmdletOperation.cs
index 7379ce898f1..3c49b1dcbb8 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CmdletOperation.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CmdletOperation.cs
@@ -123,7 +123,7 @@ internal void ThrowTerminatingError(Exception exception, string operation)
#endregion
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
public CmdletOperationBase(Cmdlet cmdlet)
{
@@ -143,7 +143,7 @@ public CmdletOperationBase(Cmdlet cmdlet)
internal class CmdletOperationRemoveCimInstance : CmdletOperationBase
{
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
///
public CmdletOperationRemoveCimInstance(Cmdlet cmdlet,
@@ -207,7 +207,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
internal class CmdletOperationSetCimInstance : CmdletOperationBase
{
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
///
public CmdletOperationSetCimInstance(Cmdlet cmdlet,
@@ -285,7 +285,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
internal class CmdletOperationInvokeCimMethod : CmdletOperationBase
{
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
///
public CmdletOperationInvokeCimMethod(Cmdlet cmdlet,
@@ -350,7 +350,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
internal class CmdletOperationTestCimSession : CmdletOperationBase
{
///
- /// Constructor method.
+ /// Initializes a new instance of the class.
///
///
public CmdletOperationTestCimSession(Cmdlet cmdlet,
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs
index a8a69e187a0..5b3729f87dc 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs
@@ -33,7 +33,7 @@ public class GetCimAssociatedInstanceCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public GetCimAssociatedInstanceCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs
index 30290a1f7ba..903778241dd 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs
@@ -31,7 +31,7 @@ public class GetCimClassCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public GetCimClassCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs
index 0ed548da052..050d48514dc 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs
@@ -25,6 +25,7 @@ public class GetCimInstanceCommand : CimBaseCommand
#region constructor
///
+ /// Initializes a new instance of the class.
/// Constructor.
///
public GetCimInstanceCommand()
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs
index 9ce9b7c0269..0be1b643f79 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs
@@ -22,7 +22,7 @@ public sealed class GetCimSessionCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public GetCimSessionCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs
index 9e7c35d11b3..b0a58024a95 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs
@@ -27,7 +27,7 @@ public class InvokeCimMethodCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public InvokeCimMethodCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs
index 7ceb91a5559..395dea3af77 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs
@@ -29,7 +29,7 @@ public class NewCimInstanceCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public NewCimInstanceCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs
index ed80787e06f..70fb249798f 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs
@@ -45,7 +45,7 @@ public sealed class NewCimSessionOptionCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public NewCimSessionOptionCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs
index 2e258c3bf3f..2cb60d3c539 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs
@@ -27,7 +27,7 @@ public class RemoveCimInstanceCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public RemoveCimInstanceCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs
index f717cd899d0..00f575c41c8 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs
@@ -29,7 +29,7 @@ public sealed class RemoveCimSessionCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public RemoveCimSessionCommand()
: base(parameters, parameterSets)
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs
index d5d6e831944..e0772450d60 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs
@@ -29,7 +29,7 @@ public class SetCimInstanceCommand : CimBaseCommand
#region constructor
///
- /// Constructor.
+ /// Initializes a new instance of the class.
///
public SetCimInstanceCommand()
: base(parameters, parameterSets)