B-Arts DocumentationIndice generale

BFile

Linea B-Arts Legacy: questa scheda descrive BArtsFrameworkStandard (.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BArtsFrameworkStandard.

  • Target: .NET Standard 2.0.

  • Namespace CLR: BArts.BIO.

  • Nome completo: BArts.BIO.BFile.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Rappresenta un file con nome, percorso, contenuto binario o testuale e stato di esistenza.

Dichiarazione

Public Class BFile

Costruttori

Nome Dichiarazione
New Public Sub New()
New Public Sub New(Fullname As String)

Proprietà

Nome Dichiarazione
Nome Public Property Nome As String
Content Public Property Content As Byte()
ContentString Public Property ContentString As String
Path Public Property Path As String
Fullname Public Property Fullname As String
Extension Public Property Extension As String
UltimaModifica Public Property UltimaModifica As Nullable(Of Date)
ContentType Public Property ContentType As String = "text/plain"
ExceptionList Public Property ExceptionList As List(Of System.Exception)
IsNothing Public ReadOnly Property IsNothing As Boolean
Exist Public ReadOnly Property Exist As Boolean
ExistFolder Public ReadOnly Property ExistFolder As Boolean

Metodi

Nome Dichiarazione
WriteContentString Public Function WriteContentString() As Boolean

Sorgenti verificati

  • IO\BFile.vb