SymLanguageVendor.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Diagnostics / SymbolStore / SymLanguageVendor.cs / 1 / SymLanguageVendor.cs

                            // ==++== 
//
//   Copyright (c) Microsoft Corporation.  All rights reserved.
//
// ==--== 
/*============================================================
** 
** Class:  SymLanguageVendor 
**
** 
[System.Runtime.InteropServices.ComVisible(true)]
** A class to hold public guids for language vendors.
**
** 
===========================================================*/
namespace System.Diagnostics.SymbolStore { 
    // Only statics, does not need to be marked with the serializable attribute 
    using System;
 
[System.Runtime.InteropServices.ComVisible(true)]
    public class SymLanguageVendor
    {
        public static readonly Guid Microsoft = new Guid(unchecked((int)0x994b45c4), unchecked((short) 0xe6e9), 0x11d2, 0x90, 0x3f, 0x00, 0xc0, 0x4f, 0xa3, 0x02, 0xa1); 
    }
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++== 
//
//   Copyright (c) Microsoft Corporation.  All rights reserved.
//
// ==--== 
/*============================================================
** 
** Class:  SymLanguageVendor 
**
** 
[System.Runtime.InteropServices.ComVisible(true)]
** A class to hold public guids for language vendors.
**
** 
===========================================================*/
namespace System.Diagnostics.SymbolStore { 
    // Only statics, does not need to be marked with the serializable attribute 
    using System;
 
[System.Runtime.InteropServices.ComVisible(true)]
    public class SymLanguageVendor
    {
        public static readonly Guid Microsoft = new Guid(unchecked((int)0x994b45c4), unchecked((short) 0xe6e9), 0x11d2, 0x90, 0x3f, 0x00, 0xc0, 0x4f, 0xa3, 0x02, 0xa1); 
    }
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.

                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK