IReflection Interface

Represents type IReflection.

Namespace: Spring.Reflection
IInterface
  Spring.Reflection.IReflection
    Spring.Reflection.TReflection
type
 IReflection = interface
 ['{E3B66C0B-4827-44C4-BDD9-27F1A856FDDD}']
 end;

The IReflection type exposes the following members.

Show:
 NameDescription
Classes

Represents property Classes.

Interfaces

Represents property Interfaces.

Types

Represents property Types.

Top
Show:
 NameDescription
FindType(string)

Represents method FindType(string).

GetClasses

Represents method GetClasses.

GetFullName(PTypeInfo)

Overloaded. Represents method GetFullName(PTypeInfo).

GetInterfaces

Represents method GetInterfaces.

GetType(PTypeInfo)

Overloaded. Represents method GetType(PTypeInfo).

GetType(TClass)

Overloaded. Represents method GetType(TClass).

GetType(TObject)

Overloaded. Represents method GetType(TObject).

GetType(TValue)

Overloaded. Represents method GetType(TValue).

GetTypes

Represents method GetTypes.

Top