C# Class Mono.Cecil.Fluent.CecilExtensions

Afficher le fichier Open project: mwoelk83/Mono.Cecil.Fluent

Méthodes publiques

Méthode Description
HasCompilerGeneratedAttribute ( this provider ) : bool
IsCompilerGenerated ( this provider ) : bool
IsIndexer ( this property ) : bool
IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool
IsVoid ( this type ) : bool
MakeGeneric ( this self ) : TypeReference
ToSystem ( this that ) : OpCode

Private Methods

Méthode Description
CecilExtensions ( ) : System.Collections.Generic

Method Details

HasCompilerGeneratedAttribute() public static méthode

public static HasCompilerGeneratedAttribute ( this provider ) : bool
provider this
Résultat bool

IsCompilerGenerated() public static méthode

public static IsCompilerGenerated ( this provider ) : bool
provider this
Résultat bool

IsIndexer() public static méthode

public static IsIndexer ( this property ) : bool
property this
Résultat bool

IsIndexer() public static méthode

public static IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool
property this
defaultMemberAttribute CustomAttribute
Résultat bool

IsVoid() public static méthode

public static IsVoid ( this type ) : bool
type this
Résultat bool

MakeGeneric() public static méthode

public static MakeGeneric ( this self ) : TypeReference
self this
Résultat TypeReference

ToSystem() public static méthode

public static ToSystem ( this that ) : OpCode
that this
Résultat System.Reflection.Emit.OpCode