VirtualStorageLibrary
Search Results for

    Show / Hide Table of Contents

    Class VirtualNodeExtensions

    Provides extension methods for operations on virtual nodes in the Virtual Storage Library.

    Inheritance
    object
    VirtualNodeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AkiraNetwork.VirtualStorageLibrary
    Assembly: VirtualStorageLibrary.dll
    Syntax
    public static class VirtualNodeExtensions

    Methods

    ResolveNodeType(VirtualNode)

    Resolves the type of the specified virtual node. If the node is a symbolic link, returns the type of the target node. Otherwise, returns the type of the node itself.

    Declaration
    public static VirtualNodeType ResolveNodeType(this VirtualNode node)
    Parameters
    Type Name Description
    VirtualNode node

    The virtual node to resolve the type for.

    Returns
    Type Description
    VirtualNodeType

    The type of the node or, if the node is a symbolic link, the type of the target node.

    In this article
    Back to top Generated by DocFX