| | |
external assembly
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
What do you mean by external assembly?? if you mean a dll, it just a methodology to keep some related functions in assembly to be reusable by many different applications.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
•
•
Join Date: Nov 2006
Posts: 436
Reputation:
Solved Threads: 72
External assemblies come in two flavors. Referenced (required at startup), and dynamically loaded at some point when the program wants to use some feature within the external assembly. Dynamically loading and managing assemblies is not automatic. You have to write code to manage these external assemblies.
If this isn't very clear, then search on Google for "C# Plugin", and you will find ample information on the subject. (over 6mil refs)
If this isn't very clear, then search on Google for "C# Plugin", and you will find ample information on the subject. (over 6mil refs)
![]() |
Similar Threads
- Assembly vs. C++ Performance (Assembly)
- Write Your First Application in Win32 Using Assembly (Assembly)
- Question about 68K assembly (Assembly)
- Writing to an Access Database (Visual Basic 4 / 5 / 6)
- Flat binary output & external references (Assembly)
- MIPS64 assembly language (Assembly)
- Horizontal lines across display (Monitors, Displays and Video Cards)
- Counting Spaces in a string (C++)
- FPU + external C file - how to return double (Assembly)
- Using x86 Assembly Language with Microsoft Visual C++ (C++)
Other Threads in the C# Forum
- Previous Thread: Extracting Audio from AVI file
- Next Thread: Vector2 Maths Problem (Acceleration/Deceleration towards a Point)
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset date/time datetime degrees development dll draganddrop drawing encryption enum event excel file filename form format forms function gdi+ gis gtk httpwebrequest image index input install internet java label list listbox listener mandelbrot math mouseclick mysql operator outlook2003 path photoshop picturebox pixelinversion pixelminversion post programming radians regex remote remoting richtextbox serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer tutorial update usercontrol validation visualstudio webbrowser webcam wia windows winforms wpf xml






