C# Class Patcher.Data.Plugins.Content.InfoProvider

显示文件 Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
GetCompoundInfo ( Type type ) : CompoundInfo
GetFieldInfo ( Type type ) : FieldInfo
GetRecordInfo ( Type type ) : RecordInfo

Method Details

GetCompoundInfo() public static method

public static GetCompoundInfo ( Type type ) : CompoundInfo
type System.Type
return CompoundInfo

GetFieldInfo() public static method

public static GetFieldInfo ( Type type ) : FieldInfo
type System.Type
return FieldInfo

GetRecordInfo() public static method

public static GetRecordInfo ( Type type ) : RecordInfo
type System.Type
return RecordInfo