This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IReflect Members
Properties
Methods
GetField |
Retrieves the FieldInfo object corresponding to a specified field. |
GetFields |
Retrieves an array of FieldInfo objects corresponding to all fields of the current class. |
GetMember |
Retrieves an array of MemberInfo objects corresponding to all public members or to all members that match a specified name. |
GetMembers |
Retrieves an array of MemberInfo objects corresponding either to all public members or to all members of the current class. |
GetMethod |
Overloaded. Retrieves a MethodInfo object corresponding to a specified method. |
GetMethods |
Retrieves an array of MethodInfo objects with all public methods or all methods of the current class. |
GetProperties |
Retrieves an array of PropertyInfo objects corresponding to all public properties or to all properties of the current class. |
GetProperty |
Overloaded. Retrieves a PropertyInfo object corresponding to a specified property. |
InvokeMember |
Supports a specified member. |
See Also
IReflect Interface | System.Reflection Namespace