Windows apps
Collapse the table of content
Expand the table of content

CustomReflectionContext Class

October 21, 2012

Namespace:  System.Reflection.Context
Assembly:  System.Reflection.Context (in System.Reflection.Context.dll)

public abstract class CustomReflectionContext : ReflectionContext

The CustomReflectionContext type exposes the following members.

  NameDescription
Protected methodAddProperties
Protected methodCreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>)
Protected methodCreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>, IEnumerable<Attribute>, IEnumerable<Attribute>, IEnumerable<Attribute>)
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected methodGetCustomAttributes(MemberInfo, IEnumerable<Object>)
Protected methodGetCustomAttributes(ParameterInfo, IEnumerable<Object>)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetTypeForObjectGets the representation of the type of the specified object in this reflection context. (Inherited from ReflectionContext.)
Public methodMapAssembly (Overrides ReflectionContext.MapAssembly(Assembly).)
Public methodMapType (Overrides ReflectionContext.MapType(TypeInfo).)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Windows Phone OS

Supported in: 8.0

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft