#light
type MyCommandSnapIn() = 
      inherit System.Management.Automation.PSSnapIn()
      override x.Name with get () = "MyCommands"
      override x.Description with get() = "MyDescription"
      override x.Vendor with get() = "MyVendor"