Show / Hide Table of Contents

    Interface IFileSystemInfo

    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public interface IFileSystemInfo

    Properties

    | Improve this Doc View Source

    Exists

    Declaration
    bool Exists { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Extension

    Declaration
    string Extension { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FullName

    Declaration
    string FullName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Delete()

    Declaration
    void Delete()
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    int GetHashCode()
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    ToString()

    Declaration
    string ToString()
    Returns
    Type Description
    String

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel