/ExpressInteropBinding/Microsoft.ServiceModel.Interop.Extension/PkgCmdID.cs
# · C# · 17 lines · 7 code · 1 blank · 9 comment · 0 complexity · 4ba1fbcdd7d8014e06f1f0cdb45f9c97 MD5 · raw file
- // <copyright file="PkgCmdID.cs" company="Microsoft Corporation">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
-
- namespace Microsoft.ServiceModel.Interop.Extension
- {
- /// <summary>
- /// Command identifiers
- /// </summary>
- internal static class PkgCmdIDList
- {
- /// <summary>
- /// Command Ids
- /// </summary>
- public const uint CmdidInteropBindings = 0x100;
- }
- }