PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/ExpressInteropBinding/Microsoft.ServiceModel.Interop.Extension/PkgCmdID.cs

#
C# | 17 lines | 7 code | 1 blank | 9 comment | 0 complexity | 4ba1fbcdd7d8014e06f1f0cdb45f9c97 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. // <copyright file="PkgCmdID.cs" company="Microsoft Corporation">
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // </copyright>
  4. namespace Microsoft.ServiceModel.Interop.Extension
  5. {
  6. /// <summary>
  7. /// Command identifiers
  8. /// </summary>
  9. internal static class PkgCmdIDList
  10. {
  11. /// <summary>
  12. /// Command Ids
  13. /// </summary>
  14. public const uint CmdidInteropBindings = 0x100;
  15. }
  16. }