MethodRental Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| SwapMethodBody | Swaps the body of a method. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Runtime.InteropServices._MethodRental.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| System.Runtime.InteropServices._MethodRental.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
| System.Runtime.InteropServices._MethodRental.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| System.Runtime.InteropServices._MethodRental.Invoke | Provides access to properties and methods exposed by an object. |