Interface IPluginDescriptor
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IPluginDescriptor
Properties
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetPluginManifestStream()
Declaration
Stream GetPluginManifestStream()
Returns
Type | Description |
---|---|
System.IO.Stream |
GetPluginResource(String)
Declaration
object GetPluginResource(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.Object |