Table of Contents

Class LoaderRegistry.LoaderRegistration

Namespace
Core.Loaders
Assembly
Core.dll

Registration entry for a loader.

public class LoaderRegistry.LoaderRegistration
Inheritance
object
LoaderRegistry.LoaderRegistration

Properties

Error

public string Error { get; set; }

Property Value

string

Executed

public bool Executed { get; set; }

Property Value

bool

Factory

public ILoaderFactory Factory { get; set; }

Property Value

ILoaderFactory

Metadata

public LoaderMetadataAttribute Metadata { get; set; }

Property Value

LoaderMetadataAttribute