ScriptBlockMemberMethodWrapper.InvokeHelper(Object, Object, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InvokeHelper(System::Object ^ instance, System::Object ^ sessionStateInternal, cli::array <System::Object ^> ^ args);
public:
void InvokeHelper(Platform::Object ^ instance, Platform::Object ^ sessionStateInternal, Platform::Array <Platform::Object ^> ^ args);
void InvokeHelper(winrt::Windows::Foundation::IInspectable const & instance, winrt::Windows::Foundation::IInspectable const & sessionStateInternal, std::Array <winrt::Windows::Foundation::IInspectable const &> const & args);
public void InvokeHelper (object instance, object sessionStateInternal, object[] args);
member this.InvokeHelper : obj * obj * obj[] -> unit
Public Sub InvokeHelper (instance As Object, sessionStateInternal As Object, args As Object())
Parameters
- instance
- Object
Target object or null for static call.
- sessionStateInternal
- Object
SessionStateInternal from private field of instance or null for static call.
- args
- Object[]