Posts Tagged ‘class’

Create class and methods in x++

Monday, December 22nd, 2008

This job does three things.

1. Creates a new class, compiles and saves it.

2. Finds the class and adds a new static method to it.

3. Calls the new method using DictClass.

(more…)