The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This documentation is archived and is not being maintained.
PrivateObject:: Invoke Method
Used to access the members of the private object.
Namespace:
Microsoft.VisualStudio.TestTools.UnitTesting Assembly:
Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Name Description Invoke(String^, BindingFlags, array<Object^>^) Used to access the members of the private object.
Invoke(String^, BindingFlags, array<Object^>^, CultureInfo^) Used to access the members of the private object.
Invoke(String^, BindingFlags, array<Type^>^, array<Object^>^) Used to access the members of the private object.
Invoke(String^, BindingFlags, array<Type^>^, array<Object^>^, CultureInfo^) Used to access the members of the private object.
Invoke(String^, BindingFlags, array<Type^>^, array<Object^>^, CultureInfo^, array<Type^>^) Used to access generic members of a private object.
Invoke(String^, array<Object^>^) Used to access the members of the private object.
Invoke(String^, array<Object^>^, CultureInfo^) Used to access the members of the private object.
Invoke(String^, array<Type^>^, array<Object^>^) Used to access the methods of the private object.
Invoke(String^, array<Type^>^, array<Object^>^, CultureInfo^) Used to access the members of the private object.
Invoke(String^, array<Type^>^, array<Object^>^, array<Type^>^) Used to access generic members of a private object.
Return to top