Table of Contents

Class ServiceBuildDescriptor

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

Properties

AssemblyRootPath

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

Property Value

string

Build

[Key("Build")]
public ServiceBuilds Build { get; set; }

Property Value

ServiceBuilds

Files

[Key("Files")]
public List<FileInfo> Files { get; set; }

Property Value

List<FileInfo>

RelativeAssemblyRootPath

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

Property Value

string