HostIntegratorSession.GetStringAtOffset Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetStringAtOffset Method 

Gets a string of the specified length, starting at the specified offset, from the current entity.

[Visual Basic]Public Function GetStringAtOffset( _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As String
[C#]
public string GetStringAtOffset(
   int offset,
   int length
);

Parameters

offset
Specifies an offset from the start of the screen buffer.
length
Specifies the length of the string to be returned.

Return Value

This method returns a string of the specified length, starting at the specified offset, from the current entity.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid offset.
  • Invalid length.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace