C# Class System.Reflection.Emit.PropertyBuilder

Inheritance: System.Reflection.Emit.MemberBuilder, IPropertyInfo
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

Method Description
PropertyBuilder ( )

Method Details

AddOtherMethod() public method

public AddOtherMethod ( System mdBuilder ) : void
mdBuilder System
return void

GetIndexParameters() public method

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

GetValue() public method

public GetValue ( object obj, object index ) : object
obj object
index object
return object

SetConstant() public method

public SetConstant ( object defaultValue ) : void
defaultValue object
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
return void

SetGetMethod() public method

public SetGetMethod ( System mdBuilder ) : void
mdBuilder System
return void

SetSetMethod() public method

public SetSetMethod ( System mdBuilder ) : void
mdBuilder System
return void

SetValue() public method

public SetValue ( object obj, object value, object index ) : void
obj object
value object
index object
return void