473,322 Members | 1,714 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Distinguishing between a mngd & unmngd assemblies

Ho can one distinguish between a mngd & unmngd assemblies? ( preferable in
managed code )
--
Nadav
http://www.ddevel.com
Nov 17 '05 #1
3 777
Nadav,
Ho can one distinguish between a mngd & unmngd assemblies? ( preferable in
managed code )


http://blogs.msdn.com/suzcook/archiv.../17/91715.aspx

--
Tomas Restrepo
to****@mvps.org
Nov 17 '05 #2
And how can I distinguish between a mngd & mixed mode assem?

"Tomas Restrepo (MVP)" wrote:
Nadav,
Ho can one distinguish between a mngd & unmngd assemblies? ( preferable in
managed code )


http://blogs.msdn.com/suzcook/archiv.../17/91715.aspx

--
Tomas Restrepo
to****@mvps.org

Nov 17 '05 #3
Nadav,
And how can I distinguish between a mngd & mixed mode assem?


Humm... good question. I'm not sure there's a 100% sure way of doing this,
but, one good indicator would be to look for the COMIMAGE_FLAGS_ILONLY flag
in the COR header of the PE file. Check out the corhdr.h file that comes
with the .NET Framework SDK for details on the header and the flags, and
the SILO (Set-IL-Only) tool source code that comes with VC++ (
http://msdn.microsoft.com/library/de...tilonlybit.asp)

--
Tomas Restrepo
to****@mvps.org
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Norm Dotti | last post by:
I'm using the AppDomain.CurrentDomain.GetAssemblies() method to obtain a list of currently loaded assemblies. This returns the expected assembly name and version values. However, if I make a...
12
by: A-PK | last post by:
Anyone know how to breakdown every modules into different assemblies and refernces. Hence, to repair problematic module, only that particular module needed to be recompiled. or any place...
0
by: kfkyle | last post by:
We are currently developing our build process for an ASP.NET application. This application will consist of about 8 assemblies in total. Even though these assemblies will be deployed in a private...
1
by: normd | last post by:
I have a text file which contains VB.NET code. The VB.NET code is actually a Class that can contain code, which simply displays a message box or does something more complicated (i.e Excel/Word...
2
by: Nadav | last post by:
How can one distinguish between a mngd & unmngd assemblies? ( preferable through managed code ). -- Nadav http://www.ddevel.com
2
by: Bob Rock | last post by:
Hello, in the last few days I've made my first few attempts at creating mixed C++ managed-unmanaged assemblies and looking afterwards with ILDASM at what is visible in those assemblies from a...
4
by: Arpan | last post by:
Assume that I am creating ASP.NET pages in the C:\Inetpub\wwwroot\ASPX directory. This directory has a sub-directory named \bin where in all DLLs are stored. Are these DLLs which are stored in the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.