¡@

Home 

c# Programming Glossary: classinterface

How do I call a .NET assembly from C/C++?

http://stackoverflow.com/questions/106033/how-do-i-call-a-net-assembly-from-c-c

ComVisible true Guid 12AC8095 BD27 4de8 A30B 991940666927 ClassInterface ClassInterfaceType.None public sealed class Config IConfig public.. Guid 12AC8095 BD27 4de8 A30B 991940666927 ClassInterface ClassInterfaceType.None public sealed class Config IConfig public Config public..

VSTO Add-ins, COMAddIns and RequestComAddInAutomationService

http://stackoverflow.com/questions/10875278/vsto-add-ins-comaddins-and-requestcomaddinautomationservice

IAddinUtilities void DisplayMessage ComVisible true ClassInterface ClassInterfaceType.None public class AddinUtilities StandardOleMarshalObject.. void DisplayMessage ComVisible true ClassInterface ClassInterfaceType.None public class AddinUtilities StandardOleMarshalObject..

Create COM/ActiveXObject in C#, use from JScript, with simple event

http://stackoverflow.com/questions/11175145/create-com-activexobject-in-c-use-from-jscript-with-simple-event

ComVisible true Guid bebcfaff d2f4 4447 ac9f 91bf63b770d8 ClassInterface ClassInterfaceType.None public partial class Greet IGreet public.. Guid bebcfaff d2f4 4447 ac9f 91bf63b770d8 ClassInterface ClassInterfaceType.None public partial class Greet IGreet public Object onHello..

A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6

your own GUID public interface _Test string HelloWorld get ClassInterface ClassInterfaceType.None Guid E2F07CD4 CE73 4102 B35D 119362624C47.. interface _Test string HelloWorld get ClassInterface ClassInterfaceType.None Guid E2F07CD4 CE73 4102 B35D 119362624C47 Allocate..

Using C# COM in unmanaged C++ project -> First-chance exception at 0x7697C41F (KernelBase.dll)

http://stackoverflow.com/questions/13724006/using-c-sharp-com-in-unmanaged-c-project-first-chance-exception-at-0x7697c4

System.Runtime.InteropServices namespace SalesForceNew ClassInterface ClassInterfaceType.None Guid 234A2A35 F270 458D A67B C834EB794B27.. namespace SalesForceNew ClassInterface ClassInterfaceType.None Guid 234A2A35 F270 458D A67B C834EB794B27 ComVisible..

How can I make an ActiveX control written with C# raise events in JavaScript when clicked?

http://stackoverflow.com/questions/1455577/how-can-i-make-an-activex-control-written-with-c-sharp-raise-events-in-javascrip

aProperty get set ComVisible true Guid Yet Another GUID ClassInterface ClassInterfaceType.None ProgId MyActiveX ComSourceInterfaces.. set ComVisible true Guid Yet Another GUID ClassInterface ClassInterfaceType.None ProgId MyActiveX ComSourceInterfaces typeof IActiveXEvents..

C# exposing to COM - interface inheritance

http://stackoverflow.com/questions/1863128/c-sharp-exposing-to-com-interface-inheritance

IClass IBaseClass PreserveSig string GetB ComVisible true ClassInterface ClassInterfaceType.None Guid XXXXXXX public class BaseClass.. PreserveSig string GetB ComVisible true ClassInterface ClassInterfaceType.None Guid XXXXXXX public class BaseClass IBaseClass public.. IBaseClass public string GetA return A ComVisible true ClassInterface ClassInterfaceType.None Guid XXXXXXX public class Class BaseClass..

Can't instantiate a COM object written in C# from VBA (VB6 ok)

http://stackoverflow.com/questions/375457/cant-instantiate-a-com-object-written-in-c-sharp-from-vba-vb6-ok

TestCom Guid 9E5E5FB2 219D 4ee7 AB27 E4DBED8E123E ClassInterface ClassInterfaceType.AutoDual ProgId Test9.COMINT public class.. Guid 9E5E5FB2 219D 4ee7 AB27 E4DBED8E123E ClassInterface ClassInterfaceType.AutoDual ProgId Test9.COMINT public class TestComClass ..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

namespace InternetExplorerExtension ComVisible true ClassInterface ClassInterfaceType.None Guid D40C654D 7C51 4EB3 95B2 1E23905C2A2D.. InternetExplorerExtension ComVisible true ClassInterface ClassInterfaceType.None Guid D40C654D 7C51 4EB3 95B2 1E23905C2A2D ProgId MyBHO.WordHighlighter..

C# external library (Lua) call problem

http://stackoverflow.com/questions/6856826/c-sharp-external-library-lua-call-problem

using LuaInterface namespace POC ClassInterface ClassInterfaceType.AutoDual ComVisible true public class Functions.. using LuaInterface namespace POC ClassInterface ClassInterfaceType.AutoDual ComVisible true public class Functions public..

Calling C# BHO methods from Javascript

http://stackoverflow.com/questions/9287961/calling-c-sharp-bho-methods-from-javascript

ComVisible true Guid 300736C4 DCDA 4DB0 90AD 4510A12EBBC6 ClassInterface ClassInterfaceType.None ProgId My Extension public class BrowserHelperObject.. Guid 300736C4 DCDA 4DB0 90AD 4510A12EBBC6 ClassInterface ClassInterfaceType.None ProgId My Extension public class BrowserHelperObject.. ComVisible true Guid DA8EA345 02AE 434E 82E9 448E3DB7629E ClassInterface ClassInterfaceType.None ProgId MyExtension ComDefaultInterface..