Gets or sets whether to generate in memory.
[Visual Basic] Public Property GenerateInMemory As Boolean [C#] public bool GenerateInMemory {get; set;} [C++] public: __property bool get_GenerateInMemory(); public: __property void set_GenerateInMemory(bool); [JScript] public function get GenerateInMemory() : Boolean; public function set GenerateInMemory(Boolean);
true if the output should be generated in memory; otherwise, false.
CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace