Method | Description | |
---|---|---|
Read ( Mono.Cecil.ModuleDefinition module ) : |
Method | Description | |
---|---|---|
IsInject ( Mono.Cecil.TypeDefinition type ) : bool |
Checks if a given type is injectable. To be "injectable", a type needs to have at least one property or constructor decorated with an [Inject] attribute. |
|
IsModule ( Mono.Cecil.TypeDefinition type ) : bool |
Checks if a given type is a module. To be a module, a type must be decorated with a [Module] attribute. |
|
ModuleReader ( ) : System.Collections.Generic |
public static Read ( Mono.Cecil.ModuleDefinition module ) : |
||
module | Mono.Cecil.ModuleDefinition | |
return |