C# Class Mono.Cecil.Fluent.CecilExtensions

ファイルを表示 Open project: mwoelk83/Mono.Cecil.Fluent

Public Methods

Method 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

Method Description
CecilExtensions ( ) : System.Collections.Generic

Method Details

HasCompilerGeneratedAttribute() public static method

public static HasCompilerGeneratedAttribute ( this provider ) : bool
provider this
return bool

IsCompilerGenerated() public static method

public static IsCompilerGenerated ( this provider ) : bool
provider this
return bool

IsIndexer() public static method

public static IsIndexer ( this property ) : bool
property this
return bool

IsIndexer() public static method

public static IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool
property this
defaultMemberAttribute CustomAttribute
return bool

IsVoid() public static method

public static IsVoid ( this type ) : bool
type this
return bool

MakeGeneric() public static method

public static MakeGeneric ( this self ) : TypeReference
self this
return TypeReference

ToSystem() public static method

public static ToSystem ( this that ) : OpCode
that this
return System.Reflection.Emit.OpCode