Table of Contents

Class HologramServiceDescriptor

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

Properties

AssemblyFileName

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

Property Value

string

Builds

[Key("Builds")]
public List<ServiceBuildDescriptor> Builds { get; set; }

Property Value

List<ServiceBuildDescriptor>

Flags

[Key("eFlags")]
public HologramServiceDescriptor.eFlags Flags { get; set; }

Property Value

HologramServiceDescriptor.eFlags

Name

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

Property Value

string

Methods

ShallowClone(bool)

public HologramServiceDescriptor ShallowClone(bool IncludeBuilds = true)

Parameters

IncludeBuilds bool

Returns

HologramServiceDescriptor