Skip to content

T_CodeJam_Reflection_MemberAccessor

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MemberAccessor Class

Provides fast access to a type member.

Inheritance Hierarchy

System.Object
  CodeJam.Reflection.MemberAccessor
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public class MemberAccessor

VB

Public Class MemberAccessor

F#

type MemberAccessor =  class end

The MemberAccessor type exposes the following members.

Properties

 

Name Description
Public property Getter Member getter function.
Public property GetterExpression Getter expression of the member.
Public property HasGetter True, if the member has getter.
Public property HasSetter True, if the member has setter.
Public property IsComplex True, if the member is complex.
Public property MemberInfo Member MemberInfo.
Public property Name Member name.
Public property Setter Member setter action.
Public property SetterExpression Setter expression of the member.
Public property Type Member Type.
Public property TypeAccessor Parent TypeAccessor.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue Gets member value for provided object.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetValue Sets member value for provided object.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally