IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IReflectionInfo interface is implemented by NUnit wrapper objects that perform reflection. More...
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... | |
The IReflectionInfo interface is implemented by NUnit wrapper objects that perform reflection.
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.
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.