Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.Check Custom Attributes: Gregor.Core.Module() Description:
public Check() Custom Attributes: Description:
private const System.String MSG = "Use System.Object for that kinda thing, not this module." Custom Attributes: Description:
static public void Array(System.Array ar, System.Boolean fTestNullElements) Custom Attributes: Description:
static public void Array(System.Array ar, System.Boolean fTestNullElements, System.String sMessage) Custom Attributes: Description:
static public void ArrayLength(System.Array ar, System.Boolean fTestNullElements, System.Int32 min, System.Int32 max, System.String sMessage) Custom Attributes: Description:
static public void ArrayLength(System.Array ar, System.Boolean fTestNullElements, System.Int32 min, System.Int32 max) Custom Attributes: Description:
static public void ArrayLengthWithStrings(System.String[] aStr, System.Int32 min, System.Int32 max, System.String sMessage) Custom Attributes: Description:
static public void ArrayLengthWithStrings(System.String[] aStr, System.Int32 min, System.Int32 max) Custom Attributes: Description:
static public void ArrayWithStrings(System.String[] aStr, System.String sMessage) Custom Attributes: Description:
static public void ArrayWithStrings(System.String[] aStr) Custom Attributes: Description:
static public void Assignability(System.Object objSource, System.Type tpTarget, System.String sMessage) Custom Attributes: Description:
static public void Assignability(System.Object objSource, System.Type tpTarget) Custom Attributes: Description:
static public void Control(System.Windows.Forms.Control ctl, System.String sMessage) Custom Attributes: Description:
static public void Control(System.Windows.Forms.Control ctl) Custom Attributes: Description:
static public void Convertibility(System.Object objSource, System.Type tpTarget) Custom Attributes: Description:
static public void Convertibility(System.Object objSource, System.Type tpTarget, System.String sMessage) Custom Attributes: Description:
static public void DirectoryExistance(System.String sDirectory, System.String sMessage) Custom Attributes: Description:
static public void DirectoryExistance(System.String sDirectory) Custom Attributes: Description:
static public void EnumValueDefined(System.Enum value) Custom Attributes: Description:
static public void EnumValueDefined(System.Enum value, System.String sMessage) Custom Attributes: Description:
static public void Equality(System.Int32 v1, System.Int32 v2, System.String sMessage) Custom Attributes: Description:
static public void Equality(System.Int32 v1, System.Int32 v2) Custom Attributes: Description:
static public void Equality(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.String sMessage) Custom Attributes: Description:
static public void Equality(System.String s1, System.String s2, System.Boolean fIgnoreCase) Custom Attributes: Description:
static public void Equality(System.Object v1, System.Object v2, System.String sMessage) Custom Attributes: Description:
static public void Equality(System.Object v1, System.Object v2) Custom Attributes: Description:
static public void Equality(System.Boolean v1, System.Boolean v2, System.String sMessage) Custom Attributes: Description:
static public void Equality(System.Boolean v1, System.Boolean v2) Custom Attributes: Description:
static public new System.Boolean Equals(System.Object a, System.Object b) Custom Attributes: System.Obsolete(Message="Use System.Object for that kinda thing, not this module.", IsError=true) Description:
static public void Expression(System.Boolean f) Custom Attributes: Description:
static public void Expression(System.Boolean f, System.String sMessage) Custom Attributes: Description:
static public void Fail() Custom Attributes: Description:
static public void Fail(System.String sMessage) Custom Attributes: Description:
static public void FileExistance(System.String sFile) Custom Attributes: Description:
static public void FileExistance(System.String sFile, System.String sMessage) Custom Attributes: Description:
static public void FlagNotSet(System.Int32 value, System.Int32 flag) Custom Attributes: Description:
static public void FlagNotSet(System.Int32 value, System.Int32 flag, System.String sMessage) Custom Attributes: Description:
static public void FlagSet(System.Int32 value, System.Int32 flag, System.String sMessage) Custom Attributes: Description:
static public void FlagSet(System.Int32 value, System.Int32 flag) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.Collections.ICollection col) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.Int32 count) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.Int32 count, System.String sMessage) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.String s, System.String sMessage) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.Collections.ICollection col, System.String sMessage) Custom Attributes: Description:
static public void IndexInRange(System.Int32 index, System.String s) Custom Attributes: Description:
static public void Inequality(System.String s1, System.String s2, System.Boolean fIgnoreCase) Custom Attributes: Description:
static public void Inequality(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.String sMessage) Custom Attributes: Description:
static public void Inequality(System.Int32 v1, System.Int32 v2, System.String sMessage) Custom Attributes: Description:
static public void Inequality(System.Boolean v1, System.Boolean v2) Custom Attributes: Description:
static public void Inequality(System.Object v1, System.Object v2, System.String sMessage) Custom Attributes: Description:
static public void Inequality(System.Object v1, System.Object v2) Custom Attributes: Description:
static public void Inequality(System.Int32 v1, System.Int32 v2) Custom Attributes: Description:
static public void Inequality(System.Boolean v1, System.Boolean v2, System.String sMessage) Custom Attributes: Description:
static public void LastWin32Error() Custom Attributes: Description:
static public void LastWin32Error(System.String sMessage) Custom Attributes: Description:
static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.Collections.ICollection col, System.String sMessage) Custom Attributes: Description:
static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.Collections.ICollection col) Custom Attributes: Description:
static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.String s, System.String sMessage) Custom Attributes: Description:
static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.String s) Custom Attributes: Description:
static public void Not(System.Boolean f, System.String sMessage) Custom Attributes: Description:
static public void Not(System.Boolean f) Custom Attributes: Description:
static public void NullReference(System.Object o) Custom Attributes: Description:
static public void NullReference(System.Object o, System.String sMessage) Custom Attributes: Description:
static public void Reference(System.Object o) Custom Attributes: Description:
static public void Reference(System.Object o, System.String sMessage) Custom Attributes: Description:
static public void ReferenceEquality(System.Object o1, System.Object o2) Custom Attributes: Description:
static public void ReferenceEquality(System.Object o1, System.Object o2, System.String sMessage) Custom Attributes: Description:
static public new System.Boolean ReferenceEquals(System.Object a, System.Object b) Custom Attributes: System.Obsolete(Message="Use System.Object for that kinda thing, not this module.", IsError=true) Description:
static public void ReferenceInequality(System.Object o1, System.Object o2) Custom Attributes: Description:
static public void ReferenceInequality(System.Object o1, System.Object o2, System.String sMessage) Custom Attributes: Description:
static public void String(System.String s, System.String sMessage) Custom Attributes: Description:
static public void String(System.String s) Custom Attributes: Description:
static public void StringLength(System.String s, System.Int32 min, System.Int32 max, System.String sMessage) Custom Attributes: Description:
static public void StringLength(System.String s, System.Int32 min, System.Int32 max) Custom Attributes: Description:
static public void Type(System.Object o, System.Type tp) Custom Attributes: Description:
static public void Type(System.Object o, System.Type tp, System.String sMessage) Custom Attributes: Description:
static public void TypeIsDelegate(System.Type tp) Custom Attributes: Description:
static public void TypeIsDelegate(System.Type tp, System.String sMessage) Custom Attributes: Description:
static public void TypeIsEnum(System.Type tp, System.String sMessage) Custom Attributes: Description:
static public void TypeIsEnum(System.Type tp) Custom Attributes: Description:
static public void TypeIsFlagsEnum(System.Type tp) Custom Attributes: Description:
static public void TypeIsFlagsEnum(System.Type tp, System.String sMessage) Custom Attributes: Description:
static public void ValueBetween(System.Int32 value, System.Int32 min, System.Int32 max, System.String sMessage) Custom Attributes: Description:
static public void ValueBetween(System.Int32 value, System.Int32 min, System.Int32 max) Custom Attributes: Description:
static public void ValueEquals(System.Int32 value, System.Int32 comp, System.String sMessage) Custom Attributes: Description:
static public void ValueEquals(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public void ValueGreater(System.Int32 value, System.Int32 comp, System.String sMessage) Custom Attributes: Description:
static public void ValueGreater(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public void ValueGreaterOrEqual(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public void ValueGreaterOrEqual(System.Int32 value, System.Int32 comp, System.String sMessage) Custom Attributes: Description:
static public void ValueSmaller(System.Int32 value, System.Int32 comp, System.String sMessage) Custom Attributes: Description:
static public void ValueSmaller(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public void ValueSmallerOrEqual(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public void ValueSmallerOrEqual(System.Int32 value, System.Int32 comp, System.String sMessage) Custom Attributes: Description: