C# Class SystemTypeInfo, uFrame.Editor

Inheritance: ITypeInfo
显示文件 Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

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

Method Details

GetMembers() public method

public GetMembers ( ) : IEnumerable
return IEnumerable

HasAttribute() public method

public HasAttribute ( Type attribute ) : bool
attribute Type
return bool

IsAssignableTo() public method

public IsAssignableTo ( ITypeInfo info ) : bool
info ITypeInfo
return bool

SystemTypeInfo() public method

public SystemTypeInfo ( Type systemType ) : System
systemType Type
return System