C# Class PSI.EpicsClient2.TypeHandling

显示文件 Open project: ISISComputingGroup/EPICS-EpicsWeb Class Usage Examples

Public Properties

Property Type Description
Lookup EpicsType>.Dictionary
ReverseLookup Type>.Dictionary

Public Methods

Method Description
EpicsSize ( Type t ) : int
EpicsSize ( object obj ) : int
Padding ( int size ) : int

Private Methods

Method Description
TypeHandling ( ) : System

Method Details

EpicsSize() public static method

public static EpicsSize ( Type t ) : int
t System.Type
return int

EpicsSize() public static method

public static EpicsSize ( object obj ) : int
obj object
return int

Padding() public static method

public static Padding ( int size ) : int
size int
return int

Property Details

Lookup public_oe static_oe property

public static Dictionary Lookup
return EpicsType>.Dictionary

ReverseLookup public_oe static_oe property

public static Dictionary ReverseLookup
return Type>.Dictionary