C# Class TAMS.TAMSHelper

Description of TAMSHelper.
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
CompareObjects ( ObjectComparisonCmdletBase cmdlet, object referenceObject, object differenceObjects ) : void
GetMemoryShapshot ( MemorySnapshotCmdletBase cmdlet, int processIds ) : void

Method Details

CompareObjects() public static method

public static CompareObjects ( ObjectComparisonCmdletBase cmdlet, object referenceObject, object differenceObjects ) : void
cmdlet ObjectComparisonCmdletBase
referenceObject object
differenceObjects object
return void

GetMemoryShapshot() public static method

public static GetMemoryShapshot ( MemorySnapshotCmdletBase cmdlet, int processIds ) : void
cmdlet MemorySnapshotCmdletBase
processIds int
return void