目录方法一:使用 System.Diagnostics.Process 类方法二:使用 Microsoft.VisualBasic.Interaction.Shell 方法方法三:使用 System.Diagnostics.ProcessStartInfo 与 System.Dia
Explanation: Let\'s say I have an object graph that\'s nested several levels deep and each entity has a bi-directional relationship with each other.