Fusion.IAssemblyName.GetVersion(UInt32, UInt32) Method

Definition

public:
 void GetVersion([Runtime::InteropServices::Out] System::UInt32 % versionHigh, [Runtime::InteropServices::Out] System::UInt32 % versionLow);
public void GetVersion (out uint versionHigh, out uint versionLow);
abstract member GetVersion : uint32 * uint32 -> unit
Public Sub GetVersion (ByRef versionHigh As UInteger, ByRef versionLow As UInteger)

Parameters

versionHigh
UInt32
versionLow
UInt32

Applies to