1 sharedlibrarycoreinterfaces IScriptPluginFactory
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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