Practical .NET2 and C#2 Cross-Reference
![]() | By Patrick Smacchia |
![]() | ![]() | ![]() | ![]() | ![]() |
Page 198 ...function in C++), the compiler computes the physical location of the body of the method in machine language. After, the compiler inserts a pointer to this memory location at each call to this method. This difference gives a strong advantage to .NET since the compilers do not have to worry about the ... | Page 246 ...ts modification in order for it to roll back the change if the transaction failed. The CRM must be capable of validating the changes (commit) or to cancel them (rollback) even if the process which manages it is destroyed during the transaction. If this process is effectively destroyed during the tra... | Page 487 ...f a hash table, it is imperative that you also override the GetHashCode()method in order to satisfy the following constraint: for all instances of xand yof your type, if x.GetHashCode()and y.GetHashCode() are two different integers, then the x.Equals(y) and y.Equals(x) expressions must both return f... | Page 552 ... Get) editor This editor automatically added the event/callback associations in the table. This editor did have the disadvantage of disallowing the manual edition of the association it had created. You needed a certain experience in order to complete these operations manually. In addition, the edito... | Page 63 ...apper before the installation of the application if the machine does not have the needed pre-requisites. You can specify from where the bootstrapper must download each of the pre-requisites (deployment site, official site of the component). Technically, the user does not need to be a machine adminis... |
Public Methods (see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() | Overloaded. (Inherited from | |
![]() | ||
![]() | ||
![]() | ||
![]() |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | ||
![]() |
See Also










