Fusion.IAssemblyName.GetVersion(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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