va_list Class
From GMP Native Interface for .NET
GMP Native Interface for .NET
| va_list Class |
Represent a variable argument list.
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
The va_list type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RetrieveArgumentValues |
Retrieves argument values from unmanaged memory.
| |
| ToIntPtr |
Return the pointer to the list of arguments in unmanaged memory.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |