Archive

Posts Tagged ‘API’

DXCore Services – Reflection

September 19th, 2011 Comments off

The Reflection DXCore service provides access to useful .NET reflection methods.

Read more…

DXCore Services – String Utilities

September 19th, 2011 Comments off

The String Utilities DXCore service (accessed via the CodeRush.StrUtil object) provides utility methods for manipulating single string, multi-line texts, and string arrays.

Read more…

DXCore APIs related to the programming languages specification

August 29th, 2011 Comments off

Every programming language has its own language specification. There are numerous rules for each language that vary between programming languages. DXCore supports several programming languages and provides APIs to determine specific rules for them. These APIs are available primarly through the DXCore Language service. Let’s review the most important methods and properties of this service, comparing the CSharp (C#) and Visual Basic (VB) programming languages.

Read more…