C# Class System.Reflection.Emit.PropertyBuilder

Inheritance: System.Reflection.Emit.MemberBuilder, IPropertyInfo
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
AddOtherMethod ( System mdBuilder ) : void
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetValue ( object obj, object index ) : object
SetConstant ( object defaultValue ) : void
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetGetMethod ( System mdBuilder ) : void
SetSetMethod ( System mdBuilder ) : void
SetValue ( object obj, object value, object index ) : void

Private Methods

Méthode Description
PropertyBuilder ( )

Method Details

AddOtherMethod() public méthode

public AddOtherMethod ( System mdBuilder ) : void
mdBuilder System
Résultat void

GetIndexParameters() public méthode

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

GetValue() public méthode

public GetValue ( object obj, object index ) : object
obj object
index object
Résultat object

SetConstant() public méthode

public SetConstant ( object defaultValue ) : void
defaultValue object
Résultat void

SetCustomAttribute() public méthode

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
Résultat void

SetCustomAttribute() public méthode

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
Résultat void

SetGetMethod() public méthode

public SetGetMethod ( System mdBuilder ) : void
mdBuilder System
Résultat void

SetSetMethod() public méthode

public SetSetMethod ( System mdBuilder ) : void
mdBuilder System
Résultat void

SetValue() public méthode

public SetValue ( object obj, object value, object index ) : void
obj object
value object
index object
Résultat void