CodeEngine..::..CreateAssembly Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public Assembly CreateAssembly(
	string SourceCode,
	List<string> ReferenceFullNamesList,
	bool CompileDebugSymbols
)
Public Function CreateAssembly ( _
	SourceCode As String, _
	ReferenceFullNamesList As List(Of String), _
	CompileDebugSymbols As Boolean _
) As Assembly
public:
Assembly^ CreateAssembly(
	String^ SourceCode, 
	List<String^>^ ReferenceFullNamesList, 
	bool^ CompileDebugSymbols
)

Parameters

SourceCode
Type: String
ReferenceFullNamesList
Type: List<(Of <(<'String>)>)>
CompileDebugSymbols
Type: Boolean