C# 클래스 Sigil.Impl.ExtensionMethods

파일 보기 프로젝트 열기: kevin-montrose/Sigil 1 사용 예제들

공개 메소드들

메소드 설명
IsAssignableFrom ( Type type1, Type type2 ) : bool
IsAssignableFrom ( Type type1, TypeOnStack type2 ) : bool
IsAssignableFrom ( TypeOnStack type1, TypeOnStack type2 ) : bool
IsPrefix ( OpCode op ) : bool
IsTailableCall ( OpCode op ) : bool
IsVolatile ( FieldInfo field ) : bool
StartsWithVowel ( string str ) : bool

비공개 메소드들

메소드 설명
Alias ( Type t ) : Type
GetBases ( Type t ) : LinqList
ReallyIsAssignableFrom ( Type t1, Type t2 ) : bool

메소드 상세

IsAssignableFrom() 공개 정적인 메소드

public static IsAssignableFrom ( Type type1, Type type2 ) : bool
type1 System.Type
type2 System.Type
리턴 bool

IsAssignableFrom() 공개 정적인 메소드

public static IsAssignableFrom ( Type type1, TypeOnStack type2 ) : bool
type1 System.Type
type2 TypeOnStack
리턴 bool

IsAssignableFrom() 공개 정적인 메소드

public static IsAssignableFrom ( TypeOnStack type1, TypeOnStack type2 ) : bool
type1 TypeOnStack
type2 TypeOnStack
리턴 bool

IsPrefix() 공개 정적인 메소드

public static IsPrefix ( OpCode op ) : bool
op System.Reflection.Emit.OpCode
리턴 bool

IsTailableCall() 공개 정적인 메소드

public static IsTailableCall ( OpCode op ) : bool
op System.Reflection.Emit.OpCode
리턴 bool

IsVolatile() 공개 정적인 메소드

public static IsVolatile ( FieldInfo field ) : bool
field System.Reflection.FieldInfo
리턴 bool

StartsWithVowel() 공개 정적인 메소드

public static StartsWithVowel ( string str ) : bool
str string
리턴 bool