aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/Procedures Assemblies/System.Reflection.Context.xml
blob: 079cc5517b5892bf41bef6fce41064349ed5c5d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Reflection.Context</name>
  </assembly>
  <members>
    <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>
    <member name="T:System.Reflection.Context.CustomReflectionContext">
      <summary>Represents a customizable reflection context.</summary>
    </member>
  </members>
</doc>