Class TypeInteropAttribute
- Namespace
- KSP.ScriptInterop
- Assembly
- Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class TypeInteropAttribute : Attribute
- Inheritance
-
TypeInteropAttribute
- Inherited Members
- Extension Methods
Constructors
TypeInteropAttribute(Type, string)
public TypeInteropAttribute(Type dataType, string typeNickname)
Parameters
TypeInteropAttribute(Type, string, string[])
public TypeInteropAttribute(Type dataType, string typeNickname, string[] typeAltNames)
Parameters
Fields
dataType
public Type dataType
Field Value
typeAltNames
public string[] typeAltNames
Field Value
- string[]
typeNickname
public string typeNickname