| Thread | Last Post | Replies |
|
| TypeSpecs | 08 Oct 2004 07:33 GMT | 6 |
Can anyone explain me purpose of the TypeSpec table (I'm talking about the metadata)? Especially could anyone give examples of when it is used? Thanks, Oleg Stepanov
|
| programmatically setting file version | 06 Oct 2004 20:50 GMT | 1 |
I have a collection of files needed their version to be set, This should be done programmatically, I wonder... is there any existing API that enable modification/addition of version to an existing binary? It is possible to parse the '.rsrc' section manually, however, I am trying
|
| Typed Datasets, CLS compliant | 06 Oct 2004 20:28 GMT | 1 |
I have found out the hard way that Typed Datasets are not CLS compliant. Surely they should be as they are pretty much collections of Common Types. Has anyone else found this problem and how did you solve it? I use typed datasets as parameters in my business logic.
|
| Delegate problem | 06 Oct 2004 13:59 GMT | 2 |
I have a delegate like this public delegate void GetObject(Object source, EventArgs e); how can I take the parammeter types in runtime from this type, using reflection. The problem is that I have this delegate, attribute class that
|
| Managed PE manipulation ( Managed Assembly load procedure ) | 04 Oct 2004 14:56 GMT | 3 |
- I am working on a tool that manipulate managed assemblies, some of the functionality provided by the tool require manipulating the metadata sections of the managed assembly in a way it could still be loaded by the consuming application ( concerning the manipulated assembly is a ...
|
| Reflection | 03 Oct 2004 21:35 GMT | 3 |
Is there a way to enumerate the strings, GUIDs, BLOBS from their respective heaps using the reflection API supported by the Whidbey release? Thanks, Kaushik
|
| IL 'method call' resolution(???) | 03 Oct 2004 12:43 GMT | 4 |
I have a simple C# project build of a console application (Tester.exe) and a DLL (TesterDll.dll) referenced by it, I am trying to figure out the way a method of TesterDll is identified in Tester.exe, how does Tester.exe know to resolve the token that resemble a method defined in ...
|