P_Furcadia_IO_IniFile_Code - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.Code Property

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

Syntax

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

Property Value

Type: String
The code.

See Also

Reference

IniFile Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️