clr-hosting
A SQL Server function to generate of sequential numbers
I would like to have a SQL Server function dbo.GetNextNumber(), which would generate sequential numbers for each call. As far as I understand this is impossible with a native T-SQL function as SQL Ser[详细]
2023-03-28 13:54 分类:问答How do I convert a .tlb file to headers and implementation files?
I\'m trying to convert mscorlib.tlb.开发者_StackOverflow中文版 It normally used in C++ like this:[详细]
2023-03-14 20:41 分类:问答Creating a hosted CLR AppDomain with full trust permissions including network rights
I need to host the .NET runtime in an unmanaged process. I have code that works to load the runtime via COM and I can load assemblies into the AppDomain and execute code just fine.[详细]
2023-02-08 07:56 分类:问答How to limit a memory that can be allocated by a specific class?
I\'m loading several external assemblies into my application at runtime. And I need to limit an amount of memory that can be used by a specific class which is defined in each of the external assemblie[详细]
2023-02-08 01:06 分类:问答Resolving .NET assembly reference to a different name?
My project references Library1.dll and Library2.dll.Library2.dll has a dependency on Library1.dll, but it was compiled to reference it by a different name, Library1.Net40.dll.[详细]
2023-01-26 20:55 分类:问答Cannot create a WPF UserControl in a Clr 4.0 self hosting application because of a stackoverflow error
I managed to host the CLR 2.0 in a Delphi win32 application that was able to create and host WPF controls inside a Delphi control, something similar to the ElementHost for WinForms applications.[详细]
2023-01-07 04:34 分类:问答What/Where is the value of E_CLR_ALREADY_STARTED?
The docs for ICLRRuntimeHost::SetHostControl claim that it can return E_CLR_ALREADY_STARTED. I have been unable to find a definition for this value. Ideally, I\'d like to know what the appropriate hea[详细]
2022-12-14 00:40 分类:问答Is it possible to reload the CLR?
I\'m fiddling with a project where the CLR is hosted within a C application. Is there a supported way to unlink the CLR and relaunc开发者_Python百科h it?Instead of trying to reload the CLR, you could[详细]
2022-12-13 01:25 分类:问答