[Gregor.Core.Check]

Gregor.Core.Check

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Check

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Check

public Check()

Custom Attributes: 

Description: 

MSG

private const System.String MSG = "Use System.Object for that kinda thing, not this module."

Custom Attributes: 

Description: 

Array

static public void Array(System.Array ar, System.Boolean fTestNullElements)

Custom Attributes: 

Description: 

Array

static public void Array(System.Array ar, System.Boolean fTestNullElements, System.String sMessage)

Custom Attributes: 

Description: 

ArrayLength

static public void ArrayLength(System.Array ar, System.Boolean fTestNullElements, System.Int32 min, System.Int32 max, System.String sMessage)

Custom Attributes: 

Description: 

ArrayLength

static public void ArrayLength(System.Array ar, System.Boolean fTestNullElements, System.Int32 min, System.Int32 max)

Custom Attributes: 

Description: 

ArrayLengthWithStrings

static public void ArrayLengthWithStrings(System.String[] aStr, System.Int32 min, System.Int32 max, System.String sMessage)

Custom Attributes: 

Description: 

ArrayLengthWithStrings

static public void ArrayLengthWithStrings(System.String[] aStr, System.Int32 min, System.Int32 max)

Custom Attributes: 

Description: 

ArrayWithStrings

static public void ArrayWithStrings(System.String[] aStr, System.String sMessage)

Custom Attributes: 

Description: 

ArrayWithStrings

static public void ArrayWithStrings(System.String[] aStr)

Custom Attributes: 

Description: 

Assignability

static public void Assignability(System.Object objSource, System.Type tpTarget, System.String sMessage)

Custom Attributes: 

Description: 

Assignability

static public void Assignability(System.Object objSource, System.Type tpTarget)

Custom Attributes: 

Description: 

Control

static public void Control(System.Windows.Forms.Control ctl, System.String sMessage)

Custom Attributes: 

Description: 

Control

static public void Control(System.Windows.Forms.Control ctl)

Custom Attributes: 

Description: 

Convertibility

static public void Convertibility(System.Object objSource, System.Type tpTarget)

Custom Attributes: 

Description: 

Convertibility

static public void Convertibility(System.Object objSource, System.Type tpTarget, System.String sMessage)

Custom Attributes: 

Description: 

DirectoryExistance

static public void DirectoryExistance(System.String sDirectory, System.String sMessage)

Custom Attributes: 

Description: 

DirectoryExistance

static public void DirectoryExistance(System.String sDirectory)

Custom Attributes: 

Description: 

EnumValueDefined

static public void EnumValueDefined(System.Enum value)

Custom Attributes: 

Description: 

EnumValueDefined

static public void EnumValueDefined(System.Enum value, System.String sMessage)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Int32 v1, System.Int32 v2, System.String sMessage)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.String sMessage)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.String s1, System.String s2, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Object v1, System.Object v2, System.String sMessage)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Object v1, System.Object v2)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Boolean v1, System.Boolean v2, System.String sMessage)

Custom Attributes: 

Description: 

Equality

static public void Equality(System.Boolean v1, System.Boolean v2)

Custom Attributes: 

Description: 

Equals

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: 

Expression

static public void Expression(System.Boolean f)

Custom Attributes: 

Description: 

Expression

static public void Expression(System.Boolean f, System.String sMessage)

Custom Attributes: 

Description: 

Fail

static public void Fail()

Custom Attributes: 

Description: 

Fail

static public void Fail(System.String sMessage)

Custom Attributes: 

Description: 

FileExistance

static public void FileExistance(System.String sFile)

Custom Attributes: 

Description: 

FileExistance

static public void FileExistance(System.String sFile, System.String sMessage)

Custom Attributes: 

Description: 

FlagNotSet

static public void FlagNotSet(System.Int32 value, System.Int32 flag)

Custom Attributes: 

Description: 

FlagNotSet

static public void FlagNotSet(System.Int32 value, System.Int32 flag, System.String sMessage)

Custom Attributes: 

Description: 

FlagSet

static public void FlagSet(System.Int32 value, System.Int32 flag, System.String sMessage)

Custom Attributes: 

Description: 

FlagSet

static public void FlagSet(System.Int32 value, System.Int32 flag)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.Collections.ICollection col)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.Int32 count)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.Int32 count, System.String sMessage)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.String s, System.String sMessage)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.Collections.ICollection col, System.String sMessage)

Custom Attributes: 

Description: 

IndexInRange

static public void IndexInRange(System.Int32 index, System.String s)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.String s1, System.String s2, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.String sMessage)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Int32 v1, System.Int32 v2, System.String sMessage)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Boolean v1, System.Boolean v2)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Object v1, System.Object v2, System.String sMessage)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Object v1, System.Object v2)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Inequality

static public void Inequality(System.Boolean v1, System.Boolean v2, System.String sMessage)

Custom Attributes: 

Description: 

LastWin32Error

static public void LastWin32Error()

Custom Attributes: 

Description: 

LastWin32Error

static public void LastWin32Error(System.String sMessage)

Custom Attributes: 

Description: 

LengthInRange

static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.Collections.ICollection col, System.String sMessage)

Custom Attributes: 

Description: 

LengthInRange

static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.Collections.ICollection col)

Custom Attributes: 

Description: 

LengthInRange

static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.String s, System.String sMessage)

Custom Attributes: 

Description: 

LengthInRange

static public void LengthInRange(System.Int32 iStart, System.Int32 nLength, System.String s)

Custom Attributes: 

Description: 

Not

static public void Not(System.Boolean f, System.String sMessage)

Custom Attributes: 

Description: 

Not

static public void Not(System.Boolean f)

Custom Attributes: 

Description: 

NullReference

static public void NullReference(System.Object o)

Custom Attributes: 

Description: 

NullReference

static public void NullReference(System.Object o, System.String sMessage)

Custom Attributes: 

Description: 

Reference

static public void Reference(System.Object o)

Custom Attributes: 

Description: 

Reference

static public void Reference(System.Object o, System.String sMessage)

Custom Attributes: 

Description: 

ReferenceEquality

static public void ReferenceEquality(System.Object o1, System.Object o2)

Custom Attributes: 

Description: 

ReferenceEquality

static public void ReferenceEquality(System.Object o1, System.Object o2, System.String sMessage)

Custom Attributes: 

Description: 

ReferenceEquals

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: 

ReferenceInequality

static public void ReferenceInequality(System.Object o1, System.Object o2)

Custom Attributes: 

Description: 

ReferenceInequality

static public void ReferenceInequality(System.Object o1, System.Object o2, System.String sMessage)

Custom Attributes: 

Description: 

String

static public void String(System.String s, System.String sMessage)

Custom Attributes: 

Description: 

String

static public void String(System.String s)

Custom Attributes: 

Description: 

StringLength

static public void StringLength(System.String s, System.Int32 min, System.Int32 max, System.String sMessage)

Custom Attributes: 

Description: 

StringLength

static public void StringLength(System.String s, System.Int32 min, System.Int32 max)

Custom Attributes: 

Description: 

Type

static public void Type(System.Object o, System.Type tp)

Custom Attributes: 

Description: 

Type

static public void Type(System.Object o, System.Type tp, System.String sMessage)

Custom Attributes: 

Description: 

TypeIsDelegate

static public void TypeIsDelegate(System.Type tp)

Custom Attributes: 

Description: 

TypeIsDelegate

static public void TypeIsDelegate(System.Type tp, System.String sMessage)

Custom Attributes: 

Description: 

TypeIsEnum

static public void TypeIsEnum(System.Type tp, System.String sMessage)

Custom Attributes: 

Description: 

TypeIsEnum

static public void TypeIsEnum(System.Type tp)

Custom Attributes: 

Description: 

TypeIsFlagsEnum

static public void TypeIsFlagsEnum(System.Type tp)

Custom Attributes: 

Description: 

TypeIsFlagsEnum

static public void TypeIsFlagsEnum(System.Type tp, System.String sMessage)

Custom Attributes: 

Description: 

ValueBetween

static public void ValueBetween(System.Int32 value, System.Int32 min, System.Int32 max, System.String sMessage)

Custom Attributes: 

Description: 

ValueBetween

static public void ValueBetween(System.Int32 value, System.Int32 min, System.Int32 max)

Custom Attributes: 

Description: 

ValueEquals

static public void ValueEquals(System.Int32 value, System.Int32 comp, System.String sMessage)

Custom Attributes: 

Description: 

ValueEquals

static public void ValueEquals(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

ValueGreater

static public void ValueGreater(System.Int32 value, System.Int32 comp, System.String sMessage)

Custom Attributes: 

Description: 

ValueGreater

static public void ValueGreater(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

ValueGreaterOrEqual

static public void ValueGreaterOrEqual(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

ValueGreaterOrEqual

static public void ValueGreaterOrEqual(System.Int32 value, System.Int32 comp, System.String sMessage)

Custom Attributes: 

Description: 

ValueSmaller

static public void ValueSmaller(System.Int32 value, System.Int32 comp, System.String sMessage)

Custom Attributes: 

Description: 

ValueSmaller

static public void ValueSmaller(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

ValueSmallerOrEqual

static public void ValueSmallerOrEqual(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

ValueSmallerOrEqual

static public void ValueSmallerOrEqual(System.Int32 value, System.Int32 comp, System.String sMessage)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Array

System.Enum

System.Object

System.ObsoleteAttribute

System.String

System.Type

System.Windows.Forms.Control

System.Collections.ICollection

System.Boolean

System.Int32

System.Void