コミュニティ

OutprocLoader C# for .Net Core

Hello, 

I am trying to reuse you sample code for EnginePool from .Net Framework in .Net Core. However this line fails with the error      'OutprocLoader' does not contain a constructor that takes 0 arguments. Could you please give an example how to use the EnginePool . net core. 

Thank you

IEngineLoader engineLoader = new FREngine.OutprocLoader();

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Nikolai Kromm

    Hi Alex,

    I am afraid, that in the current release, the .NET Core wrapper does not support working with InprocLoader and OutprocLoader objects.

    For more information, you can refer to Using in .NET Core article of the Developer's Help.

    0

サインインしてコメントを残してください。