12#ifndef ARCANE_ICASEFUNCTIONPROVIDER_H
13#define ARCANE_ICASEFUNCTIONPROVIDER_H
69 const String& assembly_name,
70 const String& class_name) = 0;
Declarations of types used in Arcane.
Interface of a service providing user functions for the JDD.
virtual void registerCaseFunctions(ICaseMng *cm, const String &assembly_name, const String &class_name)=0
Registers the functions of a '.Net' class in cm.
virtual ~ICaseFunctionDotNetProvider()=default
Releases resources.
Interface of a service providing user functions for the JDD.
virtual ~ICaseFunctionProvider()=default
Releases resources.
virtual void registerCaseFunctions(ICaseMng *cm)=0
Registers the functions provided by this service in cm.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --