Module Properties


Module.FileName

Returns file name which contains source code of given module.
public string FileName

Read only.

Module.LanguageName

Returns name of programming language. In the given version of PaxScript.Net the value of the property is "CSharp".
public string LanguageName

Read only.

Module.Name

Returns name of module.
public string Name

Read only.

Module.Text

Returns source code.
public string Text


Copyright © 2005-2024 Alexander Baranovsky. All rights reserved.