nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / ClassName

ClassName

Full name Microsoft.VisualBasic.ComponentModel.Settings.Inf.ClassName Assembly Microsoft.VisualBasic.Runtime Members 3

define a single section inside a ini configuration file

00 Remarks

you may needs defined a class array for mapping multiple sections inside a ini file. (定义在Ini配置文件之中的Section的名称)

01 Syntax

Microsoft.VisualBasic.ComponentModel.Settings.Inf.ClassName

02 Methods

NameOverloadsSummary
.ctor 1 Defines the section name in the ini profile data.
ToString 1

03 Properties

NameOverloadsSummary
Name 1

04 Members

method .ctor #
#ctor(String)

Defines the section name in the ini profile data.

Remarks

(定义在Ini配置文件之中的Section的名称)

Parameters
NameTypeDescription
nameString

-

property Name #
Name
method ToString #
ToString()