Class EnumInfo
- Namespace
- KSP
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
EnumInfo
- Inherited Members
-
- Extension Methods
-
Constructors
EnumInfo(Type)
public EnumInfo(Type type)
Parameters
type Type
Properties
IsSigned
public bool IsSigned { get; }
Property Value
- bool
SignedMax
public long SignedMax { get; }
Property Value
- long
SignedMin
public long SignedMin { get; }
Property Value
- long
UnderlyingType
public Type UnderlyingType { get; }
Property Value
- Type
UnsignedMax
public ulong UnsignedMax { get; }
Property Value
- ulong
UnsignedMin
public ulong UnsignedMin { get; }
Property Value
- ulong
Methods
GetCachedInfo(Type)
public static EnumInfo GetCachedInfo(Type enumType)
Parameters
enumType Type
Returns
- EnumInfo