C# Class Stiletto.Fody.ModuleReader

Afficher le fichier Open project: benjamin-bader/stiletto Class Usage Examples

Méthodes publiques

Méthode Description
Read ( Mono.Cecil.ModuleDefinition module ) : ModuleReader

Private Methods

Méthode 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

Method Details

Read() public static méthode

public static Read ( Mono.Cecil.ModuleDefinition module ) : ModuleReader
module Mono.Cecil.ModuleDefinition
Résultat ModuleReader