Class VirtualNodeExtensions
Provides extension methods for operations on virtual nodes in the Virtual Storage Library.
Inherited Members
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. |