C# Class System.ArgIterator

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public ArgIterator ( RuntimeArgumentHandle arglist ) : System
arglist RuntimeArgumentHandle
return System

End() public method

public End ( ) : void
return void

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetNextArgType() public method

public GetNextArgType ( ) : RuntimeTypeHandle
return RuntimeTypeHandle