C# Класс Nexus.Client.Games.Gamebryo.PluginManagement.GamebryoPluginFactory

Creats Plugins from Gamebryo based game plugin files.
Наследование: IPluginFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreatePlugin ( string p_strPluginPath ) : Plugin

Creates a plugin of the appropriate type from the specified file.

GamebryoPluginFactory ( string p_strPluginDirectory, ILoadOrderManager p_bstLoadOrder ) : System

A simple constructor that initializes the object with the given values.

IsActivatiblePluginFile ( string p_strPath ) : bool

Determines if the specified file is a plugin that can be activated for the game mode.

Описание методов

CreatePlugin() публичный Метод

Creates a plugin of the appropriate type from the specified file.
public CreatePlugin ( string p_strPluginPath ) : Plugin
p_strPluginPath string The path to the plugin file.
Результат Nexus.Client.Plugins.Plugin

GamebryoPluginFactory() публичный Метод

A simple constructor that initializes the object with the given values.
public GamebryoPluginFactory ( string p_strPluginDirectory, ILoadOrderManager p_bstLoadOrder ) : System
p_strPluginDirectory string The directory where the plugins are installed.
p_bstLoadOrder ILoadOrderManager The LoadOrder instance to use to set the plugin order.
Результат System

IsActivatiblePluginFile() публичный Метод

Determines if the specified file is a plugin that can be activated for the game mode.
public IsActivatiblePluginFile ( string p_strPath ) : bool
p_strPath string The path to the file for which it is to be determined if it is a plugin file.
Результат bool