C# Class Sigil.Impl.ExtensionMethods

Mostra file Open project: kevin-montrose/Sigil Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Alias ( Type t ) : Type
GetBases ( Type t ) : LinqList
ReallyIsAssignableFrom ( Type t1, Type t2 ) : bool

Method Details

IsAssignableFrom() public static method

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

IsAssignableFrom() public static method

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

IsAssignableFrom() public static method

public static IsAssignableFrom ( TypeOnStack type1, TypeOnStack type2 ) : bool
type1 TypeOnStack
type2 TypeOnStack
return bool

IsPrefix() public static method

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

IsTailableCall() public static method

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

IsVolatile() public static method

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

StartsWithVowel() public static method

public static StartsWithVowel ( string str ) : bool
str string
return bool