This class provides the interface for creating screen recordings.

Namespace: ININ.IceLib.QualityManagement
Assembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ScreenRecorder
Visual Basic
Public Class ScreenRecorder

Remarks

A ScreenRecorder object is used to initiate and control screen recording on a target user. Recordings that run for a specified length of time are initiated with StartTimedRecording(String, TimeSpan).

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.QualityManagement..::..ScreenRecorder

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also