C# Class Rebel.Framework.PluginDefinition

Defines a plugin
ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
PluginDefinition ( FileInfo originalAssembly, string packageFolderPath, Assembly shadowCopied, bool isCorePlugin ) : System.IO

Method Details

PluginDefinition() public method

public PluginDefinition ( FileInfo originalAssembly, string packageFolderPath, Assembly shadowCopied, bool isCorePlugin ) : System.IO
originalAssembly System.IO.FileInfo
packageFolderPath string
shadowCopied System.Reflection.Assembly
isCorePlugin bool
return System.IO