[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Issue Calling .NET inherited class (method not found)

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
I probably shouldn't speak for Mike, but I think he was saying that the last parameter should be an instance of System.Type for the type . It is not just a string. So you could call the static .NET method GetType(): DEFINE VAR TType as System.Type. TType = System.Type:GetType( "Microsoft.SharePoint.Client.ClientRuntimeContext"). And then pass TType as the last parameter: ReflectionHelper:InvokeGenericMethod (clientContextVar, "Load":U, TType).

Continue reading...
 
Status
Not open for further replies.
Back
Top