Args Class

Typemock Isolator Developer Guide
Args is a helper class for creating and passing Value\Reference\Out arguments into a non-public invoked methods.
Inheritance Hierarchy

SystemObject
  TypeMock.ArrangeActAssertArgs

Namespace:  TypeMock.ArrangeActAssert
Assembly:  Typemock.ArrangeActAssert (in Typemock.ArrangeActAssert.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public static class Args

The Args type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCode exampleNullT
Creates a wrapper for passing null - nullable arguments so it will be possible to collect information from the passed arguments in order to call the correct non-public method.
Public methodStatic memberCode exampleOutT
Creates a wrapper for passing an Out argument by reference
Public methodStatic memberCode exampleRefT
Creates a wrapper for passing an argument by reference.
Top
See Also

Reference