wManager.Wow.Helpers Namespace
WRobot

Products..::..LoadProductsWithoutInit Method

Load product without initialize.

Namespace:  robotManager.Products
Assembly:  robotManager (in robotManager.dll)

Syntax


public static IProduct LoadProductsWithoutInit(
	string nameDll
)
Public Shared Function LoadProductsWithoutInit ( _
	nameDll As String _
) As IProduct
public:
static IProduct^ LoadProductsWithoutInit(
	String^ nameDll
)

Parameters

nameDll
Type: String
File name (for "WRobot\Products\MyProduct.dll" use "MyProduct").

Return Value

product instance.