Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -595,5 +595,5 @@ private void Cleanup()
internal const string CimSessionArgument = @"CimSession";
#endregion

}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected XOperationContextBase Context
}

private XOperationContextBase context;
}//End Class
}

/// <summary>
/// <para>
Expand Down Expand Up @@ -197,5 +197,5 @@ protected virtual void Dispose(bool disposing)
}
}
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ internal CimCmdletAliasEntry(string name, string value)
new CimCmdletAliasEntry("gcls", "Get-CimClass"),
};
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ internal CimBaseCommand(Dictionary<string, HashSet<ParameterDefinitionEntry>> pa
protected override void StopProcessing()
{
Dispose();
}//End StopProcessing()
}

#endregion

Expand Down Expand Up @@ -1012,5 +1012,5 @@ internal CimCredential CreateCimCredentials(PSCredential psCredentials,
return credentials;
}
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ private CimSessionProxy CreateSessionProxy(

#endregion

}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,5 @@ private CimSessionProxy CreateSessionProxy(

#endregion

}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -536,5 +536,5 @@ private void SetPreProcess(CimSessionProxy proxy, GetCimInstanceCommand cmdlet)
/// </summary>
private const string queryWithoutWhere = @"SELECT {0} FROM {1}";
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,4 @@ internal void SetCmdlet(Cmdlet cmdlet)
#endregion
#endregion
}
}//End namespace
}
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,5 @@ private CimMethodParametersCollection CreateParametersCollection(
/// </summary>
private const string actionTemplate = @"Invoke-CimMethod: {0}";
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void NewCimInstance(NewCimInstanceCommand cmdlet)
case CimBaseCommand.ResourceUriSessionSet:
case CimBaseCommand.ResourceUriComputerSet:
{
nameSpace = cmdlet.Namespace; //passing null is ok for resourceUri set
nameSpace = cmdlet.Namespace; // passing null is ok for resourceUri set
cimInstance = CreateCimInstance("DummyClass",
nameSpace,
cmdlet.Key,
Expand Down Expand Up @@ -366,5 +366,5 @@ private CimInstance CreateCimInstance(
/// </summary>
private const string action = @"New-CimInstance";
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ public string Message
private CimPromptType prompt;

#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,5 @@ internal Exception Exception

#endregion

}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ internal void RemoveCimInstance(CimInstance cimInstance, XOperationContextBase c
/// </summary>
private const string action = @"Remove-CimInstance";
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ internal void NewCimSession(NewCimSessionCommand cmdlet,
}
else
{
//CimSession will be returned as part of TestConnection
// CimSession will be returned as part of TestConnection
this.cimTestSession.TestCimSession(computerName, proxy);
}
}
Expand Down Expand Up @@ -1049,7 +1049,7 @@ public void ProcessRemainActions(CmdletOperationBase cmdletOperation)
/// </para>
/// </summary>
private CimTestSession cimTestSession;
#endregion //private members
#endregion // private members

#region IDisposable

Expand Down Expand Up @@ -1112,7 +1112,7 @@ protected virtual void Dispose(bool disposing)
}
}
#endregion
}//End Class
}

#endregion

Expand Down Expand Up @@ -1189,7 +1189,7 @@ public void GetCimSession(GetCimSessionCommand cmdlet)
#region helper methods

#endregion
}//End Class
}

#endregion

Expand Down Expand Up @@ -1265,7 +1265,7 @@ public void RemoveCimSession(RemoveCimSessionCommand cmdlet)
}
}
}
}//End Class
}

#endregion

Expand Down Expand Up @@ -1303,4 +1303,4 @@ internal void TestCimSession(

#endregion

}//End namespace
}
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ internal static CimSessionOptions CreateCimSessionOption(string computerName,

#endregion

}//End Class
}

#region class CimSessionProxyTestConnection
/// <summary>
Expand Down Expand Up @@ -2354,4 +2354,4 @@ protected override bool PreNewActionEvent(CmdletActionEventArgs args)
}

#endregion
}//End namespace
}
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,5 @@ private bool SetProperty(IDictionary properties, ref CimInstance cimInstance, re
/// </summary>
private const string action = @"Set-CimInstance";
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,5 @@ internal CimResultContext ResultContext
}

#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ public override void Execute(CmdletOperationBase cmdlet)
break;
}
}
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ internal UInt32 SecondsRemaining
}

#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ internal object Result

private object result;
#endregion
}//End Class
}

}//End namespace
}
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public CmdletOperationBase(Cmdlet cmdlet)
ValidationHelper.ValidateNoNullArgument(cmdlet, "cmdlet");
this.cmdlet = cmdlet;
}
}//End Class
}

#region Class CmdletOperationRemoveCimInstance

Expand Down Expand Up @@ -193,7 +193,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
private const string cimRemoveCimInstanceParameterName = @"cimRemoveCimInstance";

#endregion
}//End Class
}

#endregion

Expand Down Expand Up @@ -273,7 +273,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
private const string theCimSetCimInstanceParameterName = @"theCimSetCimInstance";

#endregion
}//End Class
}
#endregion

#region Class CmdletOperationInvokeCimMethod
Expand Down Expand Up @@ -336,7 +336,7 @@ public override void WriteObject(object sendToPipeline, bool enumerateCollection
private const string theCimInvokeCimMethodParameterName = @"theCimInvokeCimMethod";

#endregion
}//End Class
}

#endregion

Expand Down Expand Up @@ -397,7 +397,7 @@ public override void WriteObject(object sendToPipeline, XOperationContextBase co
private const string theCimNewSessionParameterName = @"theCimNewSession";

#endregion
}//End Class
}

#endregion
}//End namespace
}
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ protected override void BeginProcessing()
{
this.CmdletOperation = new CmdletOperationBase(this);
this.AtBeginProcess = false;
}//End BeginProcessing()
}

/// <summary>
/// ProcessRecord method.
Expand All @@ -255,7 +255,7 @@ protected override void ProcessRecord()

operation.GetCimAssociatedInstance(this);
operation.ProcessActions(this.CmdletOperation);
}//End ProcessRecord()
}

/// <summary>
/// EndProcessing method.
Expand All @@ -265,7 +265,7 @@ protected override void EndProcessing()
CimGetAssociatedInstance operation = this.GetOperationAgent();
if (operation != null)
operation.ProcessRemainActions(this.CmdletOperation);
}//End EndProcessing()
}

#endregion

Expand Down Expand Up @@ -353,5 +353,5 @@ CimGetAssociatedInstance CreateOperationAgent()
{ CimBaseCommand.ComputerSetName, new ParameterSetEntry(1, true) },
};
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected override void BeginProcessing()
{
this.CmdletOperation = new CmdletOperationBase(this);
this.AtBeginProcess = false;
}//End BeginProcessing()
}

/// <summary>
/// ProcessRecord method.
Expand All @@ -227,7 +227,7 @@ protected override void ProcessRecord()

cimGetCimClass.GetCimClass(this);
cimGetCimClass.ProcessActions(this.CmdletOperation);
}//End ProcessRecord()
}

/// <summary>
/// EndProcessing method.
Expand All @@ -239,7 +239,7 @@ protected override void EndProcessing()
{
cimGetCimClass.ProcessRemainActions(this.CmdletOperation);
}
}//End EndProcessing()
}

#endregion

Expand Down Expand Up @@ -315,5 +315,5 @@ CimGetCimClass CreateOperationAgent()
{ CimBaseCommand.ComputerSetName, new ParameterSetEntry(0, true) },
};
#endregion
}//End Class
}//End namespace
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ protected override void BeginProcessing()
{
this.CmdletOperation = new CmdletOperationBase(this);
this.AtBeginProcess = false;
}//End BeginProcessing()
}

/// <summary>
/// ProcessRecord method.
Expand All @@ -467,7 +467,7 @@ protected override void ProcessRecord()

cimGetInstance.GetCimInstance(this);
cimGetInstance.ProcessActions(this.CmdletOperation);
}//End ProcessRecord()
}

/// <summary>
/// EndProcessing method.
Expand All @@ -479,7 +479,7 @@ protected override void EndProcessing()
{
cimGetInstance.ProcessRemainActions(this.CmdletOperation);
}
}//End EndProcessing()
}

#endregion

Expand Down Expand Up @@ -668,5 +668,5 @@ private void CheckArgument()
{ CimBaseCommand.QuerySessionSet, new ParameterSetEntry(2) }
};
#endregion
}//End Class
}//End namespace
}
}
Loading