Difference between revisions of "Studio:How does STRIDE know about my APIs and messaging interfaces?"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
 
STRIDE learns about APIs and messaging interfaces through the header files of embedded applications. To clarify ambiguities in complex interfaces, developers add pragma statements (SCL) to further specify the characteristics of interfaces and data types. STRIDE compiles through these header files and builds an XML database of the application interface signatures.  These application interfaces are now remotely available to the developer through STRIDE.
 
STRIDE learns about APIs and messaging interfaces through the header files of embedded applications. To clarify ambiguities in complex interfaces, developers add pragma statements (SCL) to further specify the characteristics of interfaces and data types. STRIDE compiles through these header files and builds an XML database of the application interface signatures.  These application interfaces are now remotely available to the developer through STRIDE.
  
[[Category:FAQ]]
+
[[Category:Application Notes]]
[[Category:SCL]]
 

Revision as of 17:39, 4 February 2008

STRIDE learns about APIs and messaging interfaces through the header files of embedded applications. To clarify ambiguities in complex interfaces, developers add pragma statements (SCL) to further specify the characteristics of interfaces and data types. STRIDE compiles through these header files and builds an XML database of the application interface signatures. These application interfaces are now remotely available to the developer through STRIDE.