C# Class SystemTypeInfo, uFrame.Editor

Inheritance: ITypeInfo
Afficher le fichier Open project: InvertGames/uFrame.Editor Class Usage Examples

Méthodes publiques

Méthode Description
GetMembers ( ) : IEnumerable
HasAttribute ( Type attribute ) : bool
IsAssignableTo ( ITypeInfo info ) : bool
SystemTypeInfo ( Type systemType ) : System

Method Details

GetMembers() public méthode

public GetMembers ( ) : IEnumerable
Résultat IEnumerable

HasAttribute() public méthode

public HasAttribute ( Type attribute ) : bool
attribute Type
Résultat bool

IsAssignableTo() public méthode

public IsAssignableTo ( ITypeInfo info ) : bool
info ITypeInfo
Résultat bool

SystemTypeInfo() public méthode

public SystemTypeInfo ( Type systemType ) : System
systemType Type
Résultat System