C# Class Rebel.Framework.PluginDefinition

Defines a plugin
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

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

Method Details

PluginDefinition() public méthode

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