[assembly: ComVisible (true)]?

7 views
Skip to first unread message

Guilherme Wiethaus

unread,
Apr 2, 2020, 5:21:51 PM4/2/20
to indig...@googlegroups.com, indigo-...@googlegroups.com

Could you use this property marked in red so that it can be registered as a COM object? Could you make this available in all dll's set to [assembly: ComVisible (true)] from Indigo Toolkit?

 

\Indigo-master\api\dotnet\Properties\assembly.cs

 

using System.Reflection;

using System.Runtime.CompilerServices;

using System.Runtime.InteropServices;

 

// General Information about an assembly is controlled through the following

// set of attributes. Change these attribute values to modify the information

// associated with an assembly.

[assembly: AssemblyTitle("Indigo")]

[assembly: AssemblyDescription("")]

[assembly: AssemblyConfiguration("")]

[assembly: AssemblyCompany("EPAM Systems")]

[assembly: AssemblyProduct("")]

[assembly: AssemblyCopyright("Copyright © EPAM Systems 2010-2011")]

[assembly: AssemblyTrademark("")]

[assembly: AssemblyCulture("")]

 

// Setting ComVisible to false makes the types in this assembly not visible

// to COM components.  If you need to access a type in this assembly from

// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]

.....

 

 

Best Regard

 

Guilherme Wiethaus

 

Enviado do Email para Windows 10

 

 

Reply all
Reply to author
Forward
0 new messages