Elisy .Net Bridge component adds .Net Framework support to 1C:Enterprise 7.7/8.0/8.1/8.2
Requires: .Net framework 3.5. You can download it from Microsoft web-site (http://www.microsoft.com/net/Download.aspx).
Main features of Elisy .Net Bridge are:
- does not require REGSVR32 and REGASM preregistration. Can be accessible by file name from 1C:Enterprise script;
- supports REGSVR32 and REGASM registration;
- supports .Net object creation by assembly file path;
- supports .Net object creation by assembly full name;
- contains ElisyNetBridge specialized .Net class containing extra functionality;
ElisyNetBridge class allows to:
- load assemblies by file path and by full name;
- create objects using constructors with up to 5 parameters;
- call methods with up to 5 parameters;
- call static methods with up to 5 parameters;
- get and set properties and fields;
- get and set static parameters;
- get and set indexers;
Elisy .Net Bridge does not support in the current version:
- Enums;
- Events subscriptions;
The attached archive contains evaluation copy of the add-in and How To topics describing the component integration and use of regular expressions in 1C:Enterprise.
