System.Diagnostics.SymbolStore.SymLanguageType Class

Assembly: Mscorlib.dll
Namespace: System.Diagnostics.SymbolStore
Summary
Holds the public GUIDs for language types to be used with the symbol store.
C# Syntax:
public class SymLanguageType
See also:
System.Diagnostics.SymbolStore Namespace

System.Diagnostics.SymbolStore.SymLanguageType Member List:

Public Constructors
ctor #1 Default constructor. This constructor is called by derived class constructors to initialize state in this type.
Public Fields
Basic Specifies the GUID of the Basic language type to be used with the symbol store.
C Specifies the GUID of the C language type to be used with the symbol store.
Cobol Specifies the GUID of the Cobol language type to be used with the symbol store.
CPlusPlus Specifies the GUID of the C++ language type to be used with the symbol store.
CSharp Specifies the GUID of the C# language type to be used with the symbol store.
ILAssembly Specifies the GUID of the ILAssembly language type to be used with the symbol store.
Java Specifies the GUID of the Java language type to be used with the symbol store.
JScript Specifies the GUID of the JScript language type to be used with the symbol store.
MCPlusPlus Specifies the GUID of the Managed Extensions for C++ language type to be used with the symbol store.
Pascal Specifies the GUID of the Pascal language type to be used with the symbol store.
SMC Specifies the GUID of the SMC language type to be used with the symbol store.
Public Methods
Equals
(inherited from System.Object)
See base class member description: System.Object.Equals

Derived from System.Object, the primary base class for all objects.
GetHashCode
(inherited from System.Object)
See base class member description: System.Object.GetHashCode

Derived from System.Object, the primary base class for all objects.
GetType
(inherited from System.Object)
See base class member description: System.Object.GetType

Derived from System.Object, the primary base class for all objects.
ToString
(inherited from System.Object)
See base class member description: System.Object.ToString

Derived from System.Object, the primary base class for all objects.
Protected Methods
Finalize
(inherited from System.Object)
See base class member description: System.Object.Finalize

Derived from System.Object, the primary base class for all objects.
MemberwiseClone
(inherited from System.Object)
See base class member description: System.Object.MemberwiseClone

Derived from System.Object, the primary base class for all objects.

Hierarchy:


System.Diagnostics.SymbolStore.SymLanguageType Member Details

ctor #1
Summary:
Default constructor. This constructor is called by derived class constructors to initialize state in this type.
C# Syntax:
public SymLanguageType();

Return to top


Field: Basic
Summary
Specifies the GUID of the Basic language type to be used with the symbol store.
C# Syntax:
public static readonly Guid Basic;

Return to top


Field: C
Summary
Specifies the GUID of the C language type to be used with the symbol store.
C# Syntax:
public static readonly Guid C;

Return to top


Field: Cobol
Summary
Specifies the GUID of the Cobol language type to be used with the symbol store.
C# Syntax:
public static readonly Guid Cobol;

Return to top


Field: CPlusPlus
Summary
Specifies the GUID of the C++ language type to be used with the symbol store.
C# Syntax:
public static readonly Guid CPlusPlus;

Return to top


Field: CSharp
Summary
Specifies the GUID of the C# language type to be used with the symbol store.
C# Syntax:
public static readonly Guid CSharp;

Return to top


Field: ILAssembly
Summary
Specifies the GUID of the ILAssembly language type to be used with the symbol store.
C# Syntax:
public static readonly Guid ILAssembly;

Return to top


Field: Java
Summary
Specifies the GUID of the Java language type to be used with the symbol store.
C# Syntax:
public static readonly Guid Java;

Return to top


Field: JScript
Summary
Specifies the GUID of the JScript language type to be used with the symbol store.
C# Syntax:
public static readonly Guid JScript;

Return to top


Field: MCPlusPlus
Summary
Specifies the GUID of the Managed Extensions for C++ language type to be used with the symbol store.
C# Syntax:
public static readonly Guid MCPlusPlus;

Return to top


Field: Pascal
Summary
Specifies the GUID of the Pascal language type to be used with the symbol store.
C# Syntax:
public static readonly Guid Pascal;

Return to top


Field: SMC
Summary
Specifies the GUID of the SMC language type to be used with the symbol store.
C# Syntax:
public static readonly Guid SMC;

Return to top


Method: Equals(
   object obj
)
Inherited
See base class member description: System.Object.Equals
C# Syntax:
public virtual bool Equals(
   object obj
);

For more information on members inherited from System.Object click on the link above.

Return to top


Method: Finalize()
Inherited
See base class member description: System.Object.Finalize
C# Syntax:
~SymLanguageType();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: GetHashCode()
Inherited
See base class member description: System.Object.GetHashCode
C# Syntax:
public virtual int GetHashCode();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: GetType()
Inherited
See base class member description: System.Object.GetType
C# Syntax:
public Type GetType();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: MemberwiseClone()
Inherited
See base class member description: System.Object.MemberwiseClone
C# Syntax:
protected object MemberwiseClone();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: ToString()
Inherited
See base class member description: System.Object.ToString
C# Syntax:
public virtual string ToString();

For more information on members inherited from System.Object click on the link above.

Return to top


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.