Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Member #613195

Retrieve the return value from the argument array of the Invoke. [TestMethod()] [DeploymentItem("TestNav.exe")] public void SelectTest() { int? intInValue = -100; int? intReturnValueExpected = 0; ModelBase modelbase = CreateNewPatient(); Type[] myTypes = new Type[] { typeof(int?).MakeByRefType(), typeof(ModelBase) }; object[] myArgs = new object[] { intInValue, modelbase }; privateobject.Invoke("Select", myTypes, myArgs); …

Member Avatar for BWPro
0
2K

The End.