C# 클래스 Microsoft.ManagementConsole.Internal.Utility

파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
CompareSelectionObjects ( object selectionObjectA, object selectionObjectB ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

CompareSelectionObjects() 공개 정적인 메소드

public static CompareSelectionObjects ( object selectionObjectA, object selectionObjectB ) : bool
selectionObjectA object
selectionObjectB object
리턴 bool