I found that there is no way to export a class in Delphi dll. Now I want to use a class exported in a dll file written by C# (i.e. TLSharp class) Is there any way to use this class objects and methods in Delphi?
P.S: I meant using classes exported in a C# dll file in a Delphi program, not using a Delphi dll in a C# program explained at: Delphi's interoperability with .NET