The ScreenRecorder type exposes the following members.

Constructors

  NameDescription
Public methodScreenRecorder
Initializes a new instance of the ScreenRecorder class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPauseRecordings
Pauses all screen recordings being made for the given user.
Public methodPauseRecordingsAsync
Asynchronously pauses all screen recordings being made for the given user.
Public methodResumeRecordings
Resumes all screen recordings being made for the given user.
Public methodResumeRecordingsAsync
Asynchronously resumes all screen recordings being made for the given user.
Public methodStartRecording
Starts a new screen recording.
Public methodStartRecordingAsync
Asynchronously starts a new screen recording.
Public methodStartTimedRecording
Starts a new recording that will run for a predetermined amount of time.
Public methodStartTimedRecordingAsync
Asynchronously starts a new recording that will run for a predetermined amount of time.
Public methodStopRecording
Stops existing screen recording(s) for the specified user.
Public methodStopRecordingAsync
Asynchronously stops existing screen recording(s) for the specified user.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also