Skip to content

sharedlibrarycoreinterfaces IScriptPluginFactory

RaidMax edited this page May 21, 2023 · 1 revision

IScriptPluginFactory Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IScriptPluginFactory[[IScriptPluginFactory]]
  class SharedLibraryCore.Interfaces.IScriptPluginFactory interfaceStyle;
  end
Loading

Members

Methods

Public methods

Returns Name
object CreateScriptPlugin(Type type, string fileName)

Details

Methods

CreateScriptPlugin

Source code

public object CreateScriptPlugin(Type type, string fileName)
Arguments
Type Name Description
Type type
string fileName

Generated with ModularDoc

Clone this wiki locally