Heureka API .NET Documentation
CompileResultType Method



Syntax
'Declaration
 
Public Shared Function CompileResultType( _
   ByVal Fields As List(Of Field), _
   ByVal typeSignature As String _
) As Type
'Usage
 
Dim Fields As List(Of Field)
Dim typeSignature As String
Dim value As Type
 
value = HabitatObjectBuilder.CompileResultType(Fields, typeSignature)
public static Type CompileResultType( 
   List<Field> Fields,
   string typeSignature
)
public:
static Type^ CompileResultType( 
   List<Field^>^ Fields,
   String^ typeSignature
) 

Parameters

Fields
typeSignature
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HabitatObjectBuilder Class
HabitatObjectBuilder Members

Send Feedback