Table of Contents

Struct ReflectionSpecialName

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public struct ReflectionSpecialName
Inherited Members
Extension Methods

Constructors

ReflectionSpecialName(ReflectionSpecialNameType, string)

public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)

Parameters

type ReflectionSpecialNameType
argument string

ReflectionSpecialName(string)

public ReflectionSpecialName(string name)

Parameters

name string

Properties

Argument

public readonly string Argument { get; }

Property Value

string

Type

public readonly ReflectionSpecialNameType Type { get; }

Property Value

ReflectionSpecialNameType