LayerD CodeDOM and Zoe Compiler interface
get_TypeInfo Method (fullName)
NamespacesLayerD.ZOECompilerTypesTableget_TypeInfo(String)

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

Obtiene un objeto TypeInfo que proporciona información del tipo solicitado.
Declaration Syntax
C#Visual BasicVisual C++
public TypeInfo get_TypeInfo(
	string fullName
)
Public Function get_TypeInfo ( _
	fullName As String _
) As TypeInfo
public:
TypeInfo^ get_TypeInfo(
	String^ fullName
)
Parameters
fullName (String)
El nombre completo del tipo.
Return Value
Un objeto TypeInfo o nulo si no se encuenta el tipo.

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