[Gregor.Core.CParameterInfoEx]

Gregor.Core.CParameterInfoEx

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CParameterInfoEx

: Gregor.Core.CMetaObject, Gregor.Core.IMetaObject, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CParameterInfoEx

public CParameterInfoEx(System.Reflection.ParameterInfo inner)

Custom Attributes: 

Description: 

m_Inner

private System.Reflection.ParameterInfo m_Inner

Custom Attributes: 

Description: 

DataType

public System.Type DataType {get;}

Custom Attributes: 

Description: 

InnerParameter

public System.Reflection.ParameterInfo InnerParameter {get;}

Custom Attributes: 

Description: 

IsByRef

public System.Boolean IsByRef {get;}

Custom Attributes: 

Description: 

IsOptional

public System.Boolean IsOptional {get;}

Custom Attributes: 

Description: 

IsOut

public System.Boolean IsOut {get;}

Custom Attributes: 

Description: 

IsParamArray

public System.Boolean IsParamArray {get;}

Custom Attributes: 

Description: 

Name

public override System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

GetDataTypeString

public System.String GetDataTypeString(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 

GetDefiningAssembly

public override System.Reflection.Assembly GetDefiningAssembly()

Custom Attributes: 

Description: 

GetParameterSignature

private System.String GetParameterSignature(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 

GetSignature

public override System.String GetSignature(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 

GetSourceName

public override System.String GetSourceName(Gregor.Core.ISyntaxProvider provider)

Custom Attributes: 

Description: 

GetSourceName

public override System.String GetSourceName(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CCodeOptions

Gregor.Core.CMetaObject

System.Reflection.Assembly

System.Reflection.ParameterInfo

System.String

System.Type

Gregor.Core.IMetaObject

Gregor.Core.INamedItem

Gregor.Core.ISyntaxProvider

System.Boolean