System.Reflection.Context
Represents a customizable reflection context.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified reflection context as a base.
The reflection context to use as a base.
When overridden in a derived class, provides a collection of additional properties for the specified type, as represented in this reflection context.
The type to add properties to.
A collection of additional properties for the specified type.
Creates an object that represents a property to be added to a type, to be used with the method.
The type of the property to create.
The name of the property to create.
An object that represents the property's accessor.
An object that represents the property's accessor.
An object that represents the property.
Creates an object that represents a property to be added to a type, to be used with the method and using the specified custom attributes.
The type of the property to create.
The name of the property to create.
An object that represents the property's accessor.
An object that represents the property's accessor.
A collection of custom attributes to apply to the property.
A collection of custom attributes to apply to the property's accessor.
A collection of custom attributes to apply to the property's accessor.
An object that represents the property.
When overridden in a derived class, provides a list of custom attributes for the specified member, as represented in this reflection context.
The member whose custom attributes will be returned.
A collection of the member's attributes in its current context.
A collection that represents the custom attributes of the specified member in this reflection context.
When overridden in a derived class, provides a list of custom attributes for the specified parameter, as represented in this reflection context.
The parameter whose custom attributes will be returned.
A collection of the parameter's attributes in its current context.
A collection that represents the custom attributes of the specified parameter in this reflection context.
Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.
The external representation of the assembly to represent in this context.
The representation of the assembly in this reflection context.
Gets the representation, in this reflection context, of a type represented by an object from another reflection context.
The external representation of the type to represent in this context.
The representation of the type in this reflection context.