Table of Contents

Class ModuleDescriptor

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ModuleDescriptor
Inheritance
object
ModuleDescriptor

Properties

Actions

[Key("Actions")]
public List<ActionDescriptor> Actions { get; set; }

Property Value

List<ActionDescriptor>

Interops

[Key("Interops")]
public List<InteropDescriptor> Interops { get; set; }

Property Value

List<InteropDescriptor>

Name

[Key("Name")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Name { get; set; }

Property Value

string