File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,15 @@ https://github.com/jonsequitur/dotnet-repl
14
14
15
15
From the View menu select Pads - C# Interactive.
16
16
17
- The C# Interactive window provides access to the Mono C# REPL.
17
+ The C# Interactive window provides access to the C# REPL.
18
18
The REPL is run in process with the IDE so you can access and interact
19
19
with types running in the IDE.
20
20
21
21
![ C# Interactive window] ( doc/images/CSharpInteractiveWindow.png )
22
22
23
- The REPL includes two extra commands which are not available in the
24
- Mono C# REPL by default:
25
-
26
- - clear()
27
- - Clears the C# interactive window
28
- - Inspect(object)
29
- - Displays the object in the Object Inspector window
30
-
31
23
# Object Inspector window
32
24
33
- From the C# REPL window when you use the ` Inspect ` method the
25
+ From the C# REPL window when you use the ` #!inspect ` method the
34
26
object passed will be open int the Object Inspector window.
35
27
36
28
![ Object Inpsector window] ( doc/images/ObjectInspectorWindow.png )
You can’t perform that action at this time.
0 commit comments