ScriptBlockMemberMethodWrapper.InvokeHelperT<T> 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:
generic <typename T>
T InvokeHelperT(System::Object ^ instance, System::Object ^ sessionStateInternal, cli::array <System::Object ^> ^ args);
public:
generic <typename T>
T InvokeHelperT(Platform::Object ^ instance, Platform::Object ^ sessionStateInternal, Platform::Array <Platform::Object ^> ^ args);
template <typename T>
T InvokeHelperT(winrt::Windows::Foundation::IInspectable const & instance, winrt::Windows::Foundation::IInspectable const & sessionStateInternal, std::Array <winrt::Windows::Foundation::IInspectable const &> const & args);
public T InvokeHelperT<T> (object instance, object sessionStateInternal, object[] args);
member this.InvokeHelperT : obj * obj * obj[] -> 'T
Public Function InvokeHelperT(Of T) (instance As Object, sessionStateInternal As Object, args As Object()) As T
Type Parameters
- T
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[]
Returns
T