Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Enables objects to return MemberInfo objects that represent other objects.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Interface IReflect
public interface IReflect
public interface class IReflect
type IReflect = interface end
public interface IReflect
The IReflect type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetField | Returns the FieldInfo object that corresponds to the specified field and binding flag. |
![]() |
GetMethod | Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints. |
Top