C# Class Microsoft.VisualStudio.R.Package.DataInspect.Commands.DeleteAllVariablesCommand

Inheritance: SessionCommand
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
DeleteAllVariablesCommand ( IRSession session ) : System.Globalization

Protected Methods

Method Description
Handle ( ) : void
SetStatus ( ) : void

Method Details

DeleteAllVariablesCommand() public method

public DeleteAllVariablesCommand ( IRSession session ) : System.Globalization
session IRSession
return System.Globalization

Handle() protected method

protected Handle ( ) : void
return void

SetStatus() protected method

protected SetStatus ( ) : void
return void