Xceed .NET Libraries Documentation
GetOptionObject<T>(FileSystemOperationOptionStack) Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemOperationOptionStack Class > GetOptionObject Method : GetOptionObject<T>(FileSystemOperationOptionStack) Method
Syntax
'Declaration
 
Public Overloads Shared Function GetOptionObject(Of T As Class)( _
   ByVal stack As FileSystemOperationOptionStack _
) As T
'Usage
 
Dim stack As FileSystemOperationOptionStack
Dim value As T
 
value = FileSystemOperationOptionStack.GetOptionObject(Of T)(stack)
public static T GetOptionObject<T>( 
   FileSystemOperationOptionStack stack
)
where T: class

Parameters

stack

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileSystemOperationOptionStack Class
FileSystemOperationOptionStack Members
Overload List