64 lines
5.9 KiB
XML
64 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>System.Reflection.Context</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:System.Reflection.Context.CustomReflectionContext">
|
|
<summary>Represents a customizable reflection context.</summary>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Context.CustomReflectionContext" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Context.CustomReflectionContext" /> class with the specified reflection context as a base.</summary>
|
|
<param name="source">The reflection context to use as a base.</param>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)">
|
|
<summary>When overridden in a derived class, provides a collection of additional properties for the specified type, as represented in this reflection context.</summary>
|
|
<param name="type">The type to add properties to.</param>
|
|
<returns>A collection of additional properties for the specified type.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})">
|
|
<summary>Creates an object that represents a property to be added to a type, to be used with the <see cref="M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)" /> method.</summary>
|
|
<param name="propertyType">The type of the property to create.</param>
|
|
<param name="name">The name of the property to create.</param>
|
|
<param name="getter">An object that represents the property's <see langword="get" /> accessor.</param>
|
|
<param name="setter">An object that represents the property's <see langword="set" /> accessor.</param>
|
|
<returns>An object that represents the property.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})">
|
|
<summary>Creates an object that represents a property to be added to a type, to be used with the <see cref="M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)" /> method and using the specified custom attributes.</summary>
|
|
<param name="propertyType">The type of the property to create.</param>
|
|
<param name="name">The name of the property to create.</param>
|
|
<param name="getter">An object that represents the property's <see langword="get" /> accessor.</param>
|
|
<param name="setter">An object that represents the property's <see langword="set" /> accessor.</param>
|
|
<param name="propertyCustomAttributes">A collection of custom attributes to apply to the property.</param>
|
|
<param name="getterCustomAttributes">A collection of custom attributes to apply to the property's <see langword="get" /> accessor.</param>
|
|
<param name="setterCustomAttributes">A collection of custom attributes to apply to the property's <see langword="set" /> accessor.</param>
|
|
<returns>An object that represents the property.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>When overridden in a derived class, provides a list of custom attributes for the specified member, as represented in this reflection context.</summary>
|
|
<param name="member">The member whose custom attributes will be returned.</param>
|
|
<param name="declaredAttributes">A collection of the member's attributes in its current context.</param>
|
|
<returns>A collection that represents the custom attributes of the specified member in this reflection context.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>When overridden in a derived class, provides a list of custom attributes for the specified parameter, as represented in this reflection context.</summary>
|
|
<param name="parameter">The parameter whose custom attributes will be returned.</param>
|
|
<param name="declaredAttributes">A collection of the parameter's attributes in its current context.</param>
|
|
<returns>A collection that represents the custom attributes of the specified parameter in this reflection context.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)">
|
|
<summary>Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.</summary>
|
|
<param name="assembly">The external representation of the assembly to represent in this context.</param>
|
|
<returns>The representation of the assembly in this reflection context.</returns>
|
|
</member>
|
|
<member name="M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)">
|
|
<summary>Gets the representation, in this reflection context, of a type represented by an object from another reflection context.</summary>
|
|
<param name="type">The external representation of the type to represent in this context.</param>
|
|
<returns>The representation of the type in this reflection context.</returns>
|
|
</member>
|
|
</members>
|
|
</doc> |