Excel-DNA / Excel-DNA/Registration

Automatic wrapper generation for object handles

Open
#6 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
37
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Object handles wrappers provide constructor and access functions for object instances (in contrast with the static methods currently supported by Excel-DNA). It would be convenient to generate these wrappers.

One sample project with an implementation of object handles, with some specialized features like batch updating, can be found in the (Samples repository)[https://github.com/Excel-DNA/Samples/tree/master/ObjectHandles].

Using the RTD / IExcelObservable implementation to provide deterministic lifetime management has proven to be robust.

There are quite a number of design issue to resolve in implementing the wrapper generation. Among these:
- Identifying classes, constructors and methods/properties to generate wrappers for
- Details of the wrappers
- Update processing - INotifyPropertyChanged etc.

I'd welcome discussion and suggestions on what would be useful in this area.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.