IReflect Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IReflect type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetField Returns the FieldInfo object that corresponds to the specified field and binding flag.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFields Returns an array of FieldInfo objects that correspond to all fields of the current class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember Retrieves an array of MemberInfo objects corresponding to all public members or to all members that match a specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMembers Retrieves an array of MemberInfo objects that correspond either to all public members or to all members of the current class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags) Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags, Binder, array<Type[], array<ParameterModifier[]) Retrieves a MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethods Retrieves an array of MethodInfo objects with all public methods or all methods of the current class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperties Retrieves an array of PropertyInfo objects corresponding to all public properties or to all properties of the current class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, BindingFlags) Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[]) Retrieves a PropertyInfo object that corresponds to a specified property with specified search constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvokeMember Invokes a specified member.

Top