IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.IReflectionInfo Interface Reference

The IReflectionInfo interface is implemented by NUnit wrapper objects that perform reflection. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.IReflectionInfo:

Public Member Functions

T[] GetCustomAttributes< T > (bool inherit)
 Returns an array of custom attributes of the specified type applied to this object More...
 
bool IsDefined< T > (bool inherit)
 Returns a value indicating whether an attribute of the specified type is defined on this object. More...
 

Detailed Description

The IReflectionInfo interface is implemented by NUnit wrapper objects that perform reflection.

Member Function Documentation

T [] NUnit.Framework.Interfaces.IReflectionInfo.GetCustomAttributes< T > ( bool  inherit)

Returns an array of custom attributes of the specified type applied to this object

Implemented in NUnit.Framework.Internal.TypeWrapper, NUnit.Framework.Internal.MethodWrapper, and NUnit.Framework.Internal.ParameterWrapper.

Type Constraints
T :class 
bool NUnit.Framework.Interfaces.IReflectionInfo.IsDefined< T > ( bool  inherit)

Returns a value indicating whether an attribute of the specified type is defined on this object.

Implemented in NUnit.Framework.Internal.TypeWrapper, NUnit.Framework.Internal.MethodWrapper, and NUnit.Framework.Internal.ParameterWrapper.


The documentation for this interface was generated from the following file: