C# 클래스 Mono.Cecil.Fluent.CecilExtensions

파일 보기 프로젝트 열기: mwoelk83/Mono.Cecil.Fluent

공개 메소드들

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

비공개 메소드들

메소드 설명
CecilExtensions ( ) : System.Collections.Generic

메소드 상세

HasCompilerGeneratedAttribute() 공개 정적인 메소드

public static HasCompilerGeneratedAttribute ( this provider ) : bool
provider this
리턴 bool

IsCompilerGenerated() 공개 정적인 메소드

public static IsCompilerGenerated ( this provider ) : bool
provider this
리턴 bool

IsIndexer() 공개 정적인 메소드

public static IsIndexer ( this property ) : bool
property this
리턴 bool

IsIndexer() 공개 정적인 메소드

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

IsVoid() 공개 정적인 메소드

public static IsVoid ( this type ) : bool
type this
리턴 bool

MakeGeneric() 공개 정적인 메소드

public static MakeGeneric ( this self ) : TypeReference
self this
리턴 TypeReference

ToSystem() 공개 정적인 메소드

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