C# Class TriAxis.RunSharp.AttributeGen

Afficher le fichier Open project: AqlaSolutions/runsharp Class Usage Examples

Méthodes publiques

Méthode Description
Set ( string name, object value ) : AttributeGen
SetField ( string name, object value ) : AttributeGen
SetProperty ( string name, object value ) : AttributeGen

Private Methods

Méthode Description
ApplyList ( List &customAttributes, Action setCustomAttribute ) : void
AttributeGen ( AttributeTargets target, AttributeType attributeType, object args, ITypeMapper typeMapper ) : System
CheckValue ( object arg ) : void
GetAttributeBuilder ( ) : CustomAttributeBuilder
GetOperand ( object arg ) : Operand
IsSingleDimensionalZeroBasedArray ( Array a ) : bool
IsValidAttributeParamType ( Type t ) : bool
SetFieldIntl ( FieldInfo fi, object value ) : void
SetPropertyIntl ( PropertyInfo pi, object value ) : void

Method Details

Set() public méthode

public Set ( string name, object value ) : AttributeGen
name string
value object
Résultat AttributeGen

SetField() public méthode

public SetField ( string name, object value ) : AttributeGen
name string
value object
Résultat AttributeGen

SetProperty() public méthode

public SetProperty ( string name, object value ) : AttributeGen
name string
value object
Résultat AttributeGen