LayerD CodeDOM and Zoe Compiler interface
CompileInMemory Property
NamespacesLayerD.OutputModulesCSZOERenderModuleCompileInMemory

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether to compile in memory.
Declaration Syntax
C#Visual BasicVisual C++
public bool CompileInMemory { get; set; }
Public Property CompileInMemory As Boolean
public:
property bool CompileInMemory {
	bool get ();
	void set (bool value);
}
Value
true if true compile in memory otherwise on disk.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)