applicationdomain
Negotiate two applications in separate domains
How can I notify another application which is in different domain that current running application has crashed?[详细]
2023-04-11 09:08 分类:问答C# code to execute code in another application domain?
I have a program that executes for 24 hours, then restarts. How can I shift main() from into a separate application domain, which is torn down and refreshed every 24 开发者_如何学Pythonhours, in orde[详细]
2023-04-08 06:08 分类:问答Share Classes between Parent and Child SWF
So i have a situation where i want to pass a object of a class say \'MyBigAwesomeClass\' from a c开发者_如何转开发hild to a parent. I import the class definition into both the parent and child.[详细]
2023-03-28 09:33 分类:问答Trying to create instance Application domain
I am trying to do the following : 开发者_开发百科 private static MyClass CreateMyClassInDomain(ApplicationDomain domain, string componentName, params object[] parmeters)[详细]
2023-03-11 07:19 分类:问答Is a asp.net web application considered a process that runs inside a app pool?
Is a asp.net web application (hosted in IIS) considered a process? And this process is in an application pool.[详细]
2023-03-09 01:26 分类:问答Type Coercion error when casting an object loaded in a different application domain
My application currently contains a number of Widgets that are managed by a Widget Manager. When the user clicks on a widget (e.g. a Helper widget), the Widget Manager loads the widget into a separate[详细]
2023-03-01 03:53 分类:问答How can Application Domains be used to host 3rd party assemblies that provide UI controls in a Web or Windows app?
MSDN says: Isolating applications is also important for application security. For example, you can run controls from several Web applications in a single browser process in such a way that the contr[详细]
2023-02-25 14:24 分类:问答vsto add-in uses excel applicationdomain
I am working on the VSTO 2010 excel addin. On one of the dev machine i install the开发者_运维知识库 addin (which already has some addin installed).[详细]
2023-02-19 01:02 分类:问答How should I load assemblies across the application domain boundary to load and unload modules?
I\'m aware of the limitations of loading an assembly dynamically during run-time that prevents it from being unloaded.Instead it\'s been suggested that, if this is a requirement, that I should instead[详细]
2023-01-21 04:44 分类:问答What is ApplicationDomain.domainMemory for?
In AS3, what is ApplicationDom开发者_运维问答ain.domainMemory for? http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/system/ApplicationDomain.html#domainMemoryThis defines a ByteArr[详细]
2023-01-15 00:45 分类:问答