Virtual types

A "virtual type" that, to the reflection system, looks and acts like a fully compiled type-in reality, the "virtual type" does not exist and has been fabricated based on another API such as CodeDOM. Essentially, the "virtual type" allows code to be implemented using a s...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: PEPIN BRIAN K, BURKE SHAWN P
Format: Patent
Sprache:eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:A "virtual type" that, to the reflection system, looks and acts like a fully compiled type-in reality, the "virtual type" does not exist and has been fabricated based on another API such as CodeDOM. Essentially, the "virtual type" allows code to be implemented using a single code path and therefore can remain ignorant that it is dealing with uncompiled source code. A "virtual type" is an object that looks just like a compiled type, provided that it is viewed through a reflection application program interface (API).