ExtensionProvider
Namespace: uModExtensions
Assembly: uMod.Core.dll
Inheritance Object ExtensionProvider
Implements IExtensionProvider
Constructors
Name | Summary |
|---|---|
ExtensionProvider ( |
Fields
Name | Summary |
|---|---|
Directory |
Properties
Name | Summary |
|---|---|
All | |
Item | |
Manager |
Methods
Name | Summary |
|---|---|
Gets an extension with the specified type or name | |
Get ( | Gets an extension with the specified name |
GetLoaders () | Gets all loaded extensions |
Load ( | Load the specified extension |
Load ( | Load the specified extension type |
Load< | Load the specified extension type |
Load ( | Load the specified extension assembly by file name |
RegisterLoader ( | Register specified plugin loader |
Reload ( | Reload the specified extension |
Reload ( | Reload the specified extension assembly by file name |
Unload ( | Unload the specified extension |
Unload ( | Unload the specified extension assembly by file name |
UnregisterLoader ( | Unregister specified plugin loader |