C# 클래스 Stiletto.Fody.ModuleReader

파일 보기 프로젝트 열기: benjamin-bader/stiletto 1 사용 예제들

공개 메소드들

메소드 설명
Read ( Mono.Cecil.ModuleDefinition module ) : ModuleReader

비공개 메소드들

메소드 설명
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

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Mono.Cecil.ModuleDefinition module ) : ModuleReader
module Mono.Cecil.ModuleDefinition
리턴 ModuleReader