C# Class Oda.PluginDependencies

Inheritance: System.Attribute
Show file Open project: CorbinDallas/Oda

Public Methods

Method Description
PluginDependencies ( Type types ) : System

List of dependant types that this plugin requires loaded before instantiation.

PluginDependencies ( Type type1, Type type2 = null, Type type3 = null, Type type4 = null, Type type5 = null, Type type6 = null, Type type7 = null, Type type8 = null, Type type9 = null, Type type10 = null ) : System

List of dependant types that this plugin requires loaded before instantiation.

Method Details

PluginDependencies() public method

List of dependant types that this plugin requires loaded before instantiation.
public PluginDependencies ( Type types ) : System
types System.Type Array of dependant types.
return System

PluginDependencies() public method

List of dependant types that this plugin requires loaded before instantiation.
public PluginDependencies ( Type type1, Type type2 = null, Type type3 = null, Type type4 = null, Type type5 = null, Type type6 = null, Type type7 = null, Type type8 = null, Type type9 = null, Type type10 = null ) : System
type1 System.Type
type2 System.Type
type3 System.Type
type4 System.Type
type5 System.Type
type6 System.Type
type7 System.Type
type8 System.Type
type9 System.Type
type10 System.Type
return System