GetTypeOf Method
See Also 
SourceCode.Serialization Namespace > ArchiveX Class : GetTypeOf Method



type

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetTypeOf( _
   ByVal type As Type _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As ArchiveX
Dim type As Type
Dim value As Object
 
value = instance.GetTypeOf(type)
C#  
public object GetTypeOf( 
   Type type
)
C++/CLI  
public:
Object^ GetTypeOf( 
   Type^ type
) 

Parameters

type

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