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.Engine.Internal.CecilExtensions Class Reference

Extension methods that make it easier to work with Mono.Cecil. More...

Static Public Member Functions

static List< CustomAttribute > GetAttributes (this TypeDefinition type, string fullName)
 
static CustomAttribute GetAttribute (this TypeDefinition type, string fullName)
 
static object GetNamedArgument (this CustomAttribute attr, string name)
 

Detailed Description

Extension methods that make it easier to work with Mono.Cecil.

Member Function Documentation

static List<CustomAttribute> NUnit.Engine.Internal.CecilExtensions.GetAttributes ( this TypeDefinition  type,
string  fullName 
)
inlinestatic
static CustomAttribute NUnit.Engine.Internal.CecilExtensions.GetAttribute ( this TypeDefinition  type,
string  fullName 
)
inlinestatic
static object NUnit.Engine.Internal.CecilExtensions.GetNamedArgument ( this CustomAttribute  attr,
string  name 
)
inlinestatic

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