Shell32InfoGetVerbCommand Method |
Gets the Shell command association from the registry.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string GetVerbCommand(
string shellVerb
)
Public Function GetVerbCommand (
shellVerb As String
) As String
public:
String^ GetVerbCommand(
String^ shellVerb
)
member GetVerbCommand :
shellVerb : string -> string
Parameters
- shellVerb
- Type: SystemString
The shell verb.
Return Value
Type:
String
Returns the associated file- or protocol-related Shell command from the registry or
string.Empty if no association can be
found.
See Also