Skip to main content

FileSystemInfo Class

Namespace: System.IO · Assembly: GHIElectronics.TinyCLR.IO

No description available.

public abstract class FileSystemInfo : MarshalByRefObject

Properties

FullName

public virtual string FullName { get; }

No description available.

Extension

public string Extension { get; }

No description available.

Name

public abstract string Name { get; }

The native API name. (inherited)

Exists

public abstract bool Exists { get; }

No description available.

Attributes

public FileAttributes Attributes { get; }

The attributes of the endpoint. (inherited)

CreationTime

public DateTime CreationTime { get; }

No description available.

CreationTimeUtc

public DateTime CreationTimeUtc { get; }

No description available.

LastAccessTime

public DateTime LastAccessTime { get; }

No description available.

LastAccessTimeUtc

public DateTime LastAccessTimeUtc { get; }

No description available.

LastWriteTime

public DateTime LastWriteTime { get; }

No description available.

LastWriteTimeUtc

public DateTime LastWriteTimeUtc { get; }

No description available.

Methods

Delete()

public abstract void Delete()

No description available.

Refresh()

public void Refresh()

Marks the cached chart surface stale. Call after mutating Items or any styling property to force a re-render on the next paint. (inherited)

RefreshIfNull()

protected void RefreshIfNull()

No description available.

Fields

m_fullPath

protected string m_fullPath

No description available.