[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Setzt den Quelltext ohne eine automatische Kompilierung.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
protected void SetCodeSourceWithoutCompilation(
string codeSource
) |
Visual Basic |
---|
Protected Sub SetCodeSourceWithoutCompilation ( _
codeSource As String _
) |
F# |
---|
member SetCodeSourceWithoutCompilation :
codeSource:string -> unit
|
See Also