C# Class Sigil.Impl.ExtensionMethods

Afficher le fichier Open project: kevin-montrose/Sigil Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Alias ( Type t ) : Type
GetBases ( Type t ) : LinqList
ReallyIsAssignableFrom ( Type t1, Type t2 ) : bool

Method Details

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( Type type1, Type type2 ) : bool
type1 System.Type
type2 System.Type
Résultat bool

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( Type type1, TypeOnStack type2 ) : bool
type1 System.Type
type2 TypeOnStack
Résultat bool

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( TypeOnStack type1, TypeOnStack type2 ) : bool
type1 TypeOnStack
type2 TypeOnStack
Résultat bool

IsPrefix() public static méthode

public static IsPrefix ( OpCode op ) : bool
op System.Reflection.Emit.OpCode
Résultat bool

IsTailableCall() public static méthode

public static IsTailableCall ( OpCode op ) : bool
op System.Reflection.Emit.OpCode
Résultat bool

IsVolatile() public static méthode

public static IsVolatile ( FieldInfo field ) : bool
field System.Reflection.FieldInfo
Résultat bool

StartsWithVowel() public static méthode

public static StartsWithVowel ( string str ) : bool
str string
Résultat bool