Practical .NET2 and C#2 Cross-Reference
![]() | By Patrick Smacchia |
![]() | ![]() | ![]() | ![]() | ![]() |
Page 198 ...d in an assembly B which was not referenced during the compilation of A. We qualify this type of linking as late binding. We use the term late in the sense that the binding is not done during the compilation but during the execution of the code. This type of binding is also explicit in the sense tha... | Page 820 ... has no way to know them precisely. In SOA, this use semantics takes integral part of the contract presented to its clients. For example, a service can declare policy where it will only accept an incoming message if it is encoded using a certain technique. A service can declare in a policy that it i... | Page 714 ...eventually be associated a .NET source file (C# or VB.NET for example) and even possibly a resource file. During execution, a web form is a .NET class derived of the System.Web.UI.Pageclass. An instance of this class is created for each request to the related page. Such an instance is responsible fo... | Page 93 ...standard compiler and replaces the JIT mechanism. The real name for ngen.exeis Native Image Generator. The ngen.exetool is to be used when you notice that the JIT mechanism introduces a significant drop in performance, generally during the startup of an application. However, note that the regular co... | Page 92 ...es the JIT compiler which will verify the IL code and translate into machine native instructions. The native code is then stored in the memory space of the process and then executed. Of course, the stub is then replaced with a jump to the memory address of the freshly generated code, ensuring that e... |
The following tables list the members exposed by the ISymUnmanagedReader type.
Public Methods (see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() | Overloaded. (Inherited from | |
![]() | Returns the hash code for this instance. (Inherited from | |
![]() | Gets the | |
![]() | Determines whether the specified | |
![]() | Returns the fully qualified type name of this instance. (Inherited from |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from | |
![]() | Creates a shallow copy of the current Object. (Inherited from |
See Also










