This documentation is archived and is not being maintained.
IReflect Interface
.NET Framework 1.1
Allows objects to return MemberInfo objects that represent an object.
For a list of all members of this type, see IReflect Members.
[Visual Basic] <Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")> Public Interface IReflect [C#] [Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")] public interface IReflect [C++] [Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")] public __gc __interface IReflect [JScript] public Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8") interface IReflect
Classes that Implement IReflect
| Class | Description |
|---|---|
| AccessibleObject | Provides information that accessibility applications use to adjust an application's UI for users with impairments. |
| Type | Represents type declarations: class types, interface types, array types, value types, and enumeration types. |
Remarks
IReflect defines a subset of the Type reflection methods. Use IReflect to access and invoke members of a type.
Requirements
Namespace: System.Reflection
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: