[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:LayerD.ZOECompiler.BaseInfo]

C# | Visual Basic | Visual C++ |
public class BaseInfo
Public Class BaseInfo
public ref class BaseInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | BaseInfo(TypeInfo, TypeInfo, XplInherit, Boolean) | |
![]() | Equals(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_Access()()() | |
![]() | get_BaseName()()() |
Devuelve el nombre de la base/interfaz especificado en el nodo
Zoe original.
|
![]() | get_BaseTypeInfo()()() | |
![]() | get_DeclarationNode()()() |
Devuelve el XplNode "Implement" o "Inherit" en
cual se declaro originalmente la base.
|
![]() | get_DeclaratorTypeInfo()()() |
Devuelve el TypeInfo de la clase padre, nunca puede ser nulo.
|
![]() | get_IsBadBase()()() |
Indica si la base es erronea, no procesada
|
![]() | get_IsInherit()()() | |
![]() | get_IsVirtual()()() | |
![]() | get_Tag()()() | |
![]() | 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.) |
![]() | IsDirectBase()()() | |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | set_BaseTypeInfo(TypeInfo) | |
![]() | set_IsBadBase(Boolean) |
Marca la base como erronea para no procesarla.
|
![]() | set_Tag(Object) | |
![]() | ToString()()() | (Overrides Object.ToString()()().) |

Object | |
![]() | BaseInfo |