Mocker..::..CreateInstanceNonPublic Method

Overload List


  Name Description
Public method CreateInstanceNonPublic<(Of <<'(T>)>>)(array<Object>[]()[][])
Creates the instance of the given type. Public and non-public constructors are searched. Parameters allow matching of constructors and using those values in the creation of the instance.
Public method CreateInstanceNonPublic(Type, array<Object>[]()[][])
Creates the instance of the given type. Public and non-public constructors are searched. Parameters allow matching of constructors and using those values in the creation of the instance.