Class FileBasedThirdPartyPluginDescriptor
Inheritance
System.Object
FileBasedThirdPartyPluginDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public class FileBasedThirdPartyPluginDescriptor : IThirdPartyPluginDescriptor, IPluginDescriptor
Constructors
FileBasedThirdPartyPluginDescriptor(String)
Declaration
public FileBasedThirdPartyPluginDescriptor(string pluginPackageManifestFilePath)
Parameters
Type |
Name |
Description |
System.String |
pluginPackageManifestFilePath |
|
Properties
Author
Declaration
public string Author { get; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
InvalidAssemblies
Declaration
[Obsolete("Use InvalidSdlAssemblyReferences to obtain list of invalid SDL API assembly references")]
public List<string> InvalidAssemblies { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
InvalidSdlAssemblyReferences
Declaration
public List<InvalidSdlAssemblyReference> InvalidSdlAssemblyReferences { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
PluginManifestFilePath
Declaration
public string PluginManifestFilePath { get; }
Property Value
Type |
Description |
System.String |
|
PlugInName
Declaration
public string PlugInName { get; }
Property Value
Type |
Description |
System.String |
|
ThirdPartyManifestFilePath
Declaration
public string ThirdPartyManifestFilePath { get; }
Property Value
Type |
Description |
System.String |
|
Validated
Declaration
public bool Validated { get; }
Property Value
Type |
Description |
System.Boolean |
|
Version
Declaration
public Version Version { get; }
Property Value
Type |
Description |
System.Version |
|
Methods
GetPluginManifestStream()
Declaration
public Stream GetPluginManifestStream()
Returns
Type |
Description |
System.IO.Stream |
|
GetPluginResource(String)
Declaration
public object GetPluginResource(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Implements