[This is preliminary documentation and is subject to change.]
Implementa la interfaz IEZOEOutputModuleServices, y
es la clase principal que implementa el Modulo de Salida
operador por el Compilador LayerD-Zoe.

C# | Visual Basic | Visual C++ |
public class DotNET_ZOE_Output_Module : IEZOEOutputModuleServices
Public Class DotNET_ZOE_Output_Module _ Implements IEZOEOutputModuleServices
public ref class DotNET_ZOE_Output_Module : IEZOEOutputModuleServices

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | DotNET_ZOE_Output_Module()()() |
Initializes a new instance of the DotNET_ZOE_Output_Module class.
|
![]() | 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.) |
![]() | GetExtendedZOERequirements()()() |
Devuelve un objeto XplConfig con la información de requerimientos para el código Extended LayerD-Zoe
requerido por el Modulo de Salida para la plataforma por defecto.
|
![]() | GetExtendedZOERequirements(String) |
Devuelve un objeto XplConfig con la información de requerimientos para el código Extended LayerD-Zoe
requerido por el Modulo de Salida para la plataforma indicada por el argumento.
|
![]() | GetEZOERenderModuleInstance()()() |
Devuelve una objeto que implementa "IEZOERender" para la plataforma por defecto soportada.
Nulo si ocurre un error.
|
![]() | GetEZOERenderModuleInstance(String) |
Devuelve una objeto que implementa "IEZOERender" para la plataforma indicada en el argumento.
Nulo si ocurre un error.
|
![]() | 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.) |
![]() | GetLayerDOutputMouduleVersion()()() |
Interroga la versión estandar a la que se adiere.
|
![]() | GetOutputModuleDefaultPlatformString()()() |
Interroga al Modulo de Salida por la plataforma por defecto que procesa.
Luego se asume dicha plataforma en los metodos que no indican plataforma
en los argumentos.
|
![]() | GetOutputModuleInfo()()() |
Devuelve un objeto XplConfig con la información del Modulo de Salida para la plataforma por defecto.
|
![]() | GetOutputModuleInfo(String) |
Devuelve un objeto XplConfig con la información del Modulo de Salida para la plataforma indicada por el argumento.
|
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetZOEImportsDirectiveProcessorModuleInstance()()() |
Devuelve un objeto que implementa "IZOEImportsDirectiveProcessor" para la plataforma por defecto.
Nulo si ocurre un error.
|
![]() | GetZOEImportsDirectiveProcessorModuleInstance(String) |
Devuelve un objeto que implementa "IZOEImportsDirectiveProcessor" para la plataforma indicada por el argumento.
Nulo si ocurre un error.
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetZOEProgramInfo(XplConfig) |
Indica al modulo de salida la información del programa que se ésta generando.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | DotNET_ZOE_Output_Module |