C# Class MethodDecorator.Fody.ReferenceFinder

Afficher le fichier Open project: Fody/MethodDecorator Class Usage Examples

Méthodes publiques

Méthode Description
GetMethodReference ( Type declaringType, bool>.Func predicate ) : MethodReference
GetMethodReference ( TypeReference typeReference, bool>.Func predicate ) : MethodReference
GetOptionalMethodReference ( TypeReference typeReference, bool>.Func predicate ) : MethodReference
GetTypeReference ( Type type ) : TypeReference
ReferenceFinder ( Mono.Cecil.ModuleDefinition moduleDefinition ) : System

Method Details

GetMethodReference() public méthode

public GetMethodReference ( Type declaringType, bool>.Func predicate ) : MethodReference
declaringType System.Type
predicate bool>.Func
Résultat Mono.Cecil.MethodReference

GetMethodReference() public méthode

public GetMethodReference ( TypeReference typeReference, bool>.Func predicate ) : MethodReference
typeReference Mono.Cecil.TypeReference
predicate bool>.Func
Résultat Mono.Cecil.MethodReference

GetOptionalMethodReference() public méthode

public GetOptionalMethodReference ( TypeReference typeReference, bool>.Func predicate ) : MethodReference
typeReference Mono.Cecil.TypeReference
predicate bool>.Func
Résultat Mono.Cecil.MethodReference

GetTypeReference() public méthode

public GetTypeReference ( Type type ) : TypeReference
type System.Type
Résultat Mono.Cecil.TypeReference

ReferenceFinder() public méthode

public ReferenceFinder ( Mono.Cecil.ModuleDefinition moduleDefinition ) : System
moduleDefinition Mono.Cecil.ModuleDefinition
Résultat System