Share via


IReflect Interface

[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
Public method GetField Returns the FieldInfo object that corresponds to the specified field and binding flag.
Public method GetMethod Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints.

Top

See Also

Reference

System.Reflection Namespace