public class SymLanguageType
|
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
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. |
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. |
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:
public SymLanguageType(); |
public static readonly Guid Basic;
|
public static readonly Guid C;
|
public static readonly Guid Cobol;
|
public static readonly Guid CPlusPlus;
|
public static readonly Guid CSharp;
|
public static readonly Guid ILAssembly;
|
public static readonly Guid Java;
|
public static readonly Guid JScript;
|
public static readonly Guid MCPlusPlus;
|
public static readonly Guid Pascal;
|
public static readonly Guid SMC;
|
~SymLanguageType(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |