HostIntegratorSession.InsertStringAtOffset Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.InsertStringAtOffset Method 

Inserts a string into the current entity on the Host Integrator server starting at an offset.

[Visual Basic]Public Sub InsertStringAtOffset( _
   ByVal _string As String, _
   ByVal offset As Integer _
)
[C#]
public void InsertStringAtOffset(
   string _string,
   int offset
);

Parameters

_string
Specifies the string to insert.
offset
Specifies the offset from the start of the screen buffer.

Remarks

Inserts a string into the current entity on the Host Integrator server starting at an offset.

See Also

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