C# 클래스 Microsoft.Scripting.ComInterop.ArgBuilder

ArgBuilder provides an argument value used by the MethodBinder. One ArgBuilder exists for each physical parameter defined on a method. Contrast this with ParameterWrapper which represents the logical argument passed to the method.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

비공개 메소드들

메소드 설명
Marshal ( Expression parameter ) : Expression

Provides the Expression which provides the value to be passed to the argument.

MarshalToRef ( Expression parameter ) : Expression

Provides the Expression which provides the value to be passed to the argument. This method is called when result is intended to be used ByRef.

UnmarshalFromRef ( Expression newValue ) : Expression

Provides an Expression which will update the provided value after a call to the method. May return null if no update is required.