Table of Contents

Interface ICompiledScript

Namespace
KSP.ScriptInterop
Assembly
Assembly-CSharp.dll
public interface ICompiledScript
Extension Methods

Properties

byteCode

byte[] byteCode { get; }

Property Value

byte[]

lastModifiedTimeUtc

string lastModifiedTimeUtc { get; }

Property Value

string

name

string name { get; }

Property Value

string

sourceFilePath

string sourceFilePath { get; }

Property Value

string