Class HologramServiceDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class HologramServiceDescriptor
- Inheritance
-
objectHologramServiceDescriptor
Properties
AssemblyFileName
[Key("AssemblyFileName")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string AssemblyFileName { get; set; }
Property Value
Builds
[Key("Builds")]
public List<ServiceBuildDescriptor> Builds { get; set; }
Property Value
Flags
[Key("eFlags")]
public HologramServiceDescriptor.eFlags Flags { get; set; }
Property Value
Name
[Key("Name")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Name { get; set; }
Property Value
Methods
ShallowClone(bool)
public HologramServiceDescriptor ShallowClone(bool IncludeBuilds = true)
Parameters
IncludeBuilds
bool