What are the best C# (csharp) equivalents for the following VB (VB.NET, VisualBasic) statements:
My.Application.Info.DirectoryPath My.Computer.Clipboard My.Com
The following
using System.IO; Directory.GetCurrentDirectory()