Table of Contents

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

dataType Type
typeNickname string

TypeInteropAttribute(Type, string, string[])

public TypeInteropAttribute(Type dataType, string typeNickname, string[] typeAltNames)

Parameters

dataType Type
typeNickname string
typeAltNames string[]

Fields

dataType

public Type dataType

Field Value

Type

typeAltNames

public string[] typeAltNames

Field Value

string[]

typeNickname

public string typeNickname

Field Value

string