sharedlibrarycoreinterfaces IScriptPluginFactory - RaidMax/IW4M-Admin GitHub Wiki
IScriptPluginFactory Public interface
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IScriptPluginFactory[IScriptPluginFactory](/RaidMax/IW4M-Admin/wiki/IScriptPluginFactory)
class SharedLibraryCore.Interfaces.IScriptPluginFactory interfaceStyle;
end
Members
Methods
Public methods
Details
Methods
CreateScriptPlugin
Source code
public object CreateScriptPlugin(Type type, string fileName)
Arguments
Type |
Name |
Description |
Type |
type |
|
string |
fileName |
|
Generated with ModularDoc