GetVersion Method
See Also 
SourceCode.Framework Namespace > Fusion.IAssemblyName Interface : GetVersion Method



pdwVersionHi
pdwVersionLow

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<PreserveSigAttribute()>
Function GetVersion( _
   ByRef pdwVersionHi As UInteger, _
   ByRef pdwVersionLow As UInteger _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As Fusion.IAssemblyName
Dim pdwVersionHi As UInteger
Dim pdwVersionLow As UInteger
Dim value As Integer
 
value = instance.GetVersion(pdwVersionHi, pdwVersionLow)
C#  
[PreserveSig()]
int GetVersion( 
   out uint pdwVersionHi,
   out uint pdwVersionLow
)
C++/CLI  
[PreserveSig()]
int GetVersion( 
   [Out] uint pdwVersionHi,
   [Out] uint pdwVersionLow
) 

Parameters

pdwVersionHi
pdwVersionLow

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