C# Class Microsoft.ManagementConsole.Internal.Utility

Mostra file Open project: SiteView/ECC8.13

Public Methods

Method Description
CompareSelectionObjects ( object selectionObjectA, object selectionObjectB ) : bool

Private Methods

Method Description
CheckStringNullOrEmpty ( string stringToCheck, string name, bool throwException ) : bool
CreateArgumentException ( string name, string resourceName ) : ArgumentException
CreateArgumentOutOfRangeException ( string name, object actualValue, object minValue ) : ArgumentOutOfRangeException
CreateArgumentOutOfRangeException ( string name, object actualValue, object minValue, object maxValue ) : ArgumentOutOfRangeException
CreateClassNotInitializedException ( string className, string operation ) : InvalidOperationException
CreateClassShutdownException ( string className, string operation ) : InvalidOperationException
FormatResourceString ( string resourceName ) : string
LoadResourceString ( string resourceName ) : string

Method Details

CompareSelectionObjects() public static method

public static CompareSelectionObjects ( object selectionObjectA, object selectionObjectB ) : bool
selectionObjectA object
selectionObjectB object
return bool