va_list Class

GMP Native Interface for .NET

va_list Class
Represent a variable argument list.
Inheritance Hierarchy
SystemObject  Math.Gmp.Nativeva_list

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class va_list
Public Class va_list
public ref class va_list
type va_list =  class end

The va_list type exposes the following members.

Constructors
  NameDescription
Public methodva_list
Creates a variable list of arguments in unmanaged memory.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRetrieveArgumentValues
Retrieves argument values from unmanaged memory.
Public methodToIntPtr
Return the pointer to the list of arguments in unmanaged memory.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also