This is the set of globals for the REPL. You can add additional methods to the
REPL by creating extension methods.
Syntax
public class InteractiveGlobals
Constructors
Properties
Methods
Extension Methods
Name |
Value |
Summary |
ThrowIfNull<InteractiveGlobals>(string) |
T |
|
ToDocument<InteractiveGlobals>(IContentProvider) |
IDocument |
|
ToDocument<InteractiveGlobals>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<InteractiveGlobals>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<InteractiveGlobals>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<InteractiveGlobals>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<InteractiveGlobals>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|