Extension methods that make it easier to work with Mono.Cecil.
More...
|
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) |
|
Extension methods that make it easier to work with Mono.Cecil.
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: