Mocker..::..GetObject Method
Overload List
Name | Description | |
---|---|---|
GetObject(ParameterInfo) |
Gets the instance for the given ParameterInfo.
|
|
GetObject(Type, Action<(Of <<'(Object>)>>)) |
Gets the instance for the given type.
|
|
GetObject<(Of <<'(T>)>>)(Action<(Of <<'(T>)>>)) |
Gets the instance for the given T and runs the given function against the object.
|
|
GetObject<(Of <<'(T>)>>)()()()() |
Gets the object.
|
|
GetObject<(Of <<'(T>)>>)(array<Object>[]()[][]) |
Gets the object.
|