Method | Description | |
---|---|---|
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.
|