NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerParameters.GenerateInMemory

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);

Property Value

true if the output should be generated in memory; otherwise, false.

See Also

CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace