An NDoc Documented Class Library

RecorderVisitor Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal userEventListener As UserEventListener, _ 
   ByVal recordingOptions As RecordingOptions _ 
)
[C#]
public RecorderVisitor(
   UserEventListener userEventListener,
   RecordingOptions recordingOptions
);
[C++]
public: RecorderVisitor(
   UserEventListener* userEventListener,
   RecordingOptions* recordingOptions
);
[JScript]
public function RecorderVisitor(
   UserEventListener userEventListener,
   RecordingOptions recordingOptions
);

See Also

RecorderVisitor Class | Recorder.Recording Namespace