IEEAssemblyRef.GetVersion(UInt16, UInt16, UInt16, UInt16) 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:
int GetVersion([Runtime::InteropServices::Out] System::UInt16 % major, [Runtime::InteropServices::Out] System::UInt16 % minor, [Runtime::InteropServices::Out] System::UInt16 % build, [Runtime::InteropServices::Out] System::UInt16 % revision);
public int GetVersion (out ushort major, out ushort minor, out ushort build, out ushort revision);
abstract member GetVersion : uint16 * uint16 * uint16 * uint16 -> int
Public Function GetVersion (ByRef major As UShort, ByRef minor As UShort, ByRef build As UShort, ByRef revision As UShort) As Integer
Parameters
- major
- UInt16
- minor
- UInt16
- build
- UInt16
- revision
- UInt16