Class AssemblyUtil
- Namespace
- KSP
- Assembly
- Assembly-CSharp.dll
public static class AssemblyUtil
- Inheritance
-
AssemblyUtil
- Inherited Members
-
Fields
allTypes
public static List<Type> allTypes
Field Value
- List<Type>
executingAssembly
public static Assembly executingAssembly
Field Value
- Assembly
kspTypes
public static List<Type> kspTypes
Field Value
- List<Type>
Methods
GetKspType(string)
public static Type GetKspType(string typeName)
Parameters
typeName string
Returns
- Type
GetKspTypesWithAttributes<T>()
public static IEnumerable<TypeDataCache> GetKspTypesWithAttributes<T>() where T : Attribute
Returns
- IEnumerable<TypeDataCache>
Type Parameters
T