LayerD CodeDOM and Zoe Compiler interface
TypeInfo Class
NamespacesLayerD.ZOECompilerTypeInfo

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:LayerD.ZOECompiler.TypeInfo]

Declaration Syntax
C#Visual BasicVisual C++
public class TypeInfo
Public Class TypeInfo
public ref class TypeInfo
Members
All MembersConstructorsMethods



IconMemberDescription
TypeInfo(String, XplNode, XplAccesstype_enum, MemberInfo)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
get_AccessOfType()()()
Retorna la accesibilidad del tipo

get_BaseCheckeds()()()
get_BaseInfoCollection()()()
get_FpMemberInfo()()()
Devuelve el MemberInfo para un Tipo Puntero a funcion, si no es un tipo puntero devuelve nulo.

get_FullName()()()
Obtiene el nombre completo del Tipo.

get_HaveDefaultTypeConstructor()()()
get_InheritanceCalculated()()()
get_IsClass()()()
get_IsEnum()()()
get_IsFactory()()()
get_IsFPType()()()
get_IsInteractive()()()
get_IsInterface()()()
get_IsNamespace()()()
get_IsOnDeferedTypeCheck()()()
Indica si el tipo se encuentra actualmente siendo procesado por el chequeo de tipo diferido.

get_IsStruct()()()
get_MemberInfoCollection()()()
get_Name()()()
Devuelve el nombre simple del tipo.

get_Section()()()
Obtiene la sección en la que fue declarado el tipo.

get_TypeNode()()()
Devuelve el nodo XplNode que declara el tipo.

get_TypeReaded()()()
Devuelve la bandera que indica si el tipo ya realizo la pasada ""ReadTypes"

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsAccesible(TypeInfo, Scope)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
set_AccessOfType(XplAccesstype_enum)
Establece la accesibilidad del tipo.

set_InheritanceCalculated(Boolean)
set_IsOnDeferedTypeCheck(Boolean)
Establece si el tipo se encuentra actualmente siendo procesado por el chequeo de tipo diferido. SOLO USADO INTERNAMENTE POR EL ANALIZADOR SEMANTICO

set_Section(Section)
Establece la seccion a la que corresponde el tipo.

set_TypeReaded(Boolean)
Establece si el tipo ya realizo la pasada "ReadTypes" del analizador semántico

ToString()()() (Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
TypeInfo

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)