The ScreenRecorder type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PauseRecordings |
Pauses all screen recordings being made for the given user.
| |
PauseRecordingsAsync |
Asynchronously pauses all screen recordings being made for the given user.
| |
ResumeRecordings |
Resumes all screen recordings being made for the given user.
| |
ResumeRecordingsAsync |
Asynchronously resumes all screen recordings being made for the given user.
| |
StartRecording |
Starts a new screen recording.
| |
StartRecordingAsync |
Asynchronously starts a new screen recording.
| |
StartTimedRecording |
Starts a new recording that will run for a predetermined amount of time.
| |
StartTimedRecordingAsync |
Asynchronously starts a new recording that will run for a predetermined amount of time.
| |
StopRecording |
Stops existing screen recording(s) for the specified user.
| |
StopRecordingAsync |
Asynchronously stops existing screen recording(s) for the specified user.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |