Show / Hide Table of Contents

Class DynamicLibraryHandleBase

Defines an abstract base class for dynamic library handles.

Inheritance
System.Object
LibraryHandleBase
DynamicLibraryHandleBase
Implements
ILibraryHandle
IDynamicLibrary
Inherited Members
LibraryHandleBase.ConfigFileName
LibraryHandleBase.LibraryFileName
LibraryHandleBase.LibraryRootNamespace
LibraryHandleBase.GetEmbeddedConfigAndCommonSchema(Assembly)
LibraryHandleBase.GetEmbeddedConfigAndCommonSchema(Assembly, String, String)
LibraryHandleBase.GetEmbeddedConfigSchema(Assembly)
LibraryHandleBase.GetEmbeddedConfigSchema(Assembly, String, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public abstract class DynamicLibraryHandleBase : LibraryHandleBase, ILibraryHandle, IDynamicLibrary

Constructors

| Improve this Doc View Source

DynamicLibraryHandleBase(String)

Initializes a new instance.

Declaration
protected DynamicLibraryHandleBase(string libraryFileName)
Parameters
Type Name Description
System.String libraryFileName

Specifies a value for the LibraryFileName property.

Properties

| Improve this Doc View Source

LibraryState

See LibraryState.

Declaration
public ILibraryState LibraryState { get; set; }
Property Value
Type Description
ILibraryState
| Improve this Doc View Source

LibraryStateLock

See LibraryStateLock.

Declaration
public ReaderWriterLockSlim LibraryStateLock { get; set; }
Property Value
Type Description
System.Threading.ReaderWriterLockSlim

Methods

| Improve this Doc View Source

GoLive(ILibraryState)

See GoLive(ILibraryState).

Declaration
public virtual void GoLive(ILibraryState libraryState)
Parameters
Type Name Description
ILibraryState libraryState

Implements

ILibraryHandle
IDynamicLibrary
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX