ArgIterator.GetNextArg 메서드

정의

가변 길이 인수 목록의 다음 인수를 반환합니다.

오버로드

Name Description
GetNextArg()

가변 길이 인수 목록의 다음 인수를 반환합니다.

GetNextArg(RuntimeTypeHandle)

지정된 형식의 가변 길이 인수 목록에서 다음 인수를 반환합니다.

GetNextArg()

Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs

Important

이 API는 CLS 규격이 아닙니다.

가변 길이 인수 목록의 다음 인수를 반환합니다.

public:
 TypedReference GetNextArg();
[System.CLSCompliant(false)]
public TypedReference GetNextArg();
[<System.CLSCompliant(false)>]
member this.GetNextArg : unit -> TypedReference
Public Function GetNextArg () As TypedReference

반품

개체로서의 다음 인수입니다 TypedReference .

특성

예외

목록의 끝부분에 있는 읽기를 시도했습니다.

설명

반복기는 자동으로 다음 인수로 진행됩니다.

적용 대상

GetNextArg(RuntimeTypeHandle)

Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs
Source:
ArgIterator.cs

Important

이 API는 CLS 규격이 아닙니다.

지정된 형식의 가변 길이 인수 목록에서 다음 인수를 반환합니다.

public:
 TypedReference GetNextArg(RuntimeTypeHandle rth);
[System.CLSCompliant(false)]
public TypedReference GetNextArg(RuntimeTypeHandle rth);
[<System.CLSCompliant(false)>]
member this.GetNextArg : RuntimeTypeHandle -> TypedReference
Public Function GetNextArg (rth As RuntimeTypeHandle) As TypedReference

매개 변수

rth
RuntimeTypeHandle

검색할 인수의 형식을 식별하는 런타임 형식 핸들입니다.

반품

개체로서의 다음 인수입니다 TypedReference .

특성

예외

목록의 끝부분에 있는 읽기를 시도했습니다.

나머지 인수에 대한 포인터는 0입니다.

설명

반복기는 자동으로 다음 인수로 진행됩니다.

적용 대상