[Gregor.Core.CResult]

Gregor.Core.CResult

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CResult

: System.Object, Gregor.Core.IResult

Custom Attributes: 

Description: 


Members

CResult

public CResult(System.Object value, System.Type tp)

Custom Attributes: 

Description: 

m_Tag

private System.Object m_Tag

Custom Attributes: 

Description: 

m_Type

private System.Type m_Type

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

IsArray

public System.Boolean IsArray {get;} // Gregor.Core.IResult.IsArray

Custom Attributes: 

Description: 

IsNull

public System.Boolean IsNull {get;} // Gregor.Core.IResult.IsNull

Custom Attributes: 

Description: 

IsVoid

public System.Boolean IsVoid {get;} // Gregor.Core.IResult.IsVoid

Custom Attributes: 

Description: 

Null

static public Gregor.Core.CResult Null {get;}

Custom Attributes: 

Description: 

Tag

public System.Object Tag {get;set;} // Gregor.Core.IResult.Tag

Custom Attributes: 

Description: 

Type

public System.Type Type {get;} // Gregor.Core.IResult.Type

Custom Attributes: 

Description: 

Value

public System.Object Value {get;set;} // Gregor.Core.IResult.Value

Custom Attributes: 

Description: 

Void

static public Gregor.Core.CResult Void {get;}

Custom Attributes: 

Description: 

Create

static public Gregor.Core.CResult Create(System.Object obj)

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CResult

System.Object

System.String

System.Type

Gregor.Core.IResult

System.Boolean

System.Int32