API Guides > ConceptRT 3.x

Detailed Description

Macros

#define DYNAMIC_INVOCATION_METHOD_0(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_1(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_2(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_3(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_4(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_5(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_6(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_7(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_8(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_9(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 
#define DYNAMIC_INVOCATION_METHOD_10(method, methodPrototype)
 Publish a method that return a value (Variant compatible). More...
 

Macro Definition Documentation

#define DYNAMIC_INVOCATION_METHOD_0 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_METHOD_1 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_METHOD_10 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_2 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_3 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_4 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_5 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_6 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_7 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_8 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_9 (   method,
  methodPrototype 
)

Publish a method that return a value (Variant compatible).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.