Show / Hide Table of Contents

Class PluginDependency

A plugin dependency.

Inheritance
System.Object
PluginDependency
Implements
IPluginDependency
Inherited Members
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: Kephas.Plugins.Reflection
Assembly: Kephas.Plugins.dll
Syntax
public class PluginDependency : IPluginDependency

Constructors

| Improve this Doc View Source

PluginDependency(String, String)

Initializes a new instance of the PluginDependency class.

Declaration
public PluginDependency(string name, string version = null)
Parameters
Type Name Description
System.String name

The name.

System.String version

The version pattern.

Properties

| Improve this Doc View Source

Name

Gets the name of the referenced plugin.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name of the referenced plugin.

| Improve this Doc View Source

Version

Gets the version pattern.

Declaration
public string Version { get; }
Property Value
Type Description
System.String

The version pattern.

Implements

IPluginDependency

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX