C# Class System.ArgIterator

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
ArgIterator ( RuntimeArgumentHandle arglist ) : System
End ( ) : void
Equals ( Object o ) : bool
GetHashCode ( ) : int
GetNextArgType ( ) : RuntimeTypeHandle

Private Methods

Méthode Description
ArgIterator ( IntPtr arglist ) : System
ArgIterator ( IntPtr arglist, void ptr ) : System
ArgIterator ( RuntimeArgumentHandle arglist, void ptr ) : System
FCallGetNextArg ( void result ) : void
GetNextArg ( ) : TypedReference
GetNextArg ( RuntimeTypeHandle rth ) : TypedReference
GetRemainingCount ( ) : int
InternalGetNextArg ( void result, RuntimeTypeHandle rth ) : void
_GetNextArgType ( ) : void*

Method Details

ArgIterator() public méthode

public ArgIterator ( RuntimeArgumentHandle arglist ) : System
arglist RuntimeArgumentHandle
Résultat System

End() public méthode

public End ( ) : void
Résultat void

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNextArgType() public méthode

public GetNextArgType ( ) : RuntimeTypeHandle
Résultat RuntimeTypeHandle