P_Furcadia_IO_IniFile_Code - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
If a Code section is detected, It's the last section in the ini file and all lines are read into here.
this is for DSC systyle wizard scripts
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string Code { get; }
VB
Public ReadOnly Property Code As String
Get
VB Usage
Dim instance As IniFile
Dim value As String
value = instance.Code
C++
public:
property String^ Code {
String^ get ();
}
F#
member Code : string with get
Type: String
The code.