ShellBrowser .Net Edition
IsPaste Method (command)
NamespacesJam.ShellShellCommandIsPaste(String)
Checks if the given command is the 'paste' shell command.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsPaste(
	string command
)
Public Shared Function IsPaste ( _
	command As String _
) As Boolean
public:
static bool IsPaste(
	String^ command
)
Parameters
command (String)
The command string to check.
Return Value
true if the given command is the 'paste' shell command;false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)