Information
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.

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)

NameDescription
System_CAPS_pubmethodInvoke(String^, BindingFlags, array<Object^>^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, BindingFlags, array<Object^>^, CultureInfo^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, BindingFlags, array<Type^>^, array<Object^>^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, BindingFlags, array<Type^>^, array<Object^>^, CultureInfo^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, BindingFlags, array<Type^>^, array<Object^>^, CultureInfo^, array<Type^>^)

Used to access generic members of a private object.

System_CAPS_pubmethodInvoke(String^, array<Object^>^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, array<Object^>^, CultureInfo^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, array<Type^>^, array<Object^>^)

Used to access the methods of the private object.

System_CAPS_pubmethodInvoke(String^, array<Type^>^, array<Object^>^, CultureInfo^)

Used to access the members of the private object.

System_CAPS_pubmethodInvoke(String^, array<Type^>^, array<Object^>^, array<Type^>^)

Used to access generic members of a private object.

Return to top
Show: