AssemblyInfo(String, String) Constructor
Plug-in Info Constructor.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public AssemblyInfo(
string title,
string fileName
)
Public Sub New (
title As String,
fileName As String
)
public:
AssemblyInfo(
String^ title,
String^ fileName
)
new :
title : string *
fileName : string -> AssemblyInfo
Parameters
- title String
-
Plug-in title.
- fileName String
-
File name for the external plug-in. SMath Studio will not try to load plug-in on initialization.