IAssemblyBase.Version(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:
void Version(System::UInt16 % pMajor, System::UInt16 % pMinor, System::UInt16 % pBuild, System::UInt16 % pRevision);
public void Version (ref ushort pMajor, ref ushort pMinor, ref ushort pBuild, ref ushort pRevision);
abstract member Version : uint16 * uint16 * uint16 * uint16 -> unit
Public Sub Version (ByRef pMajor As UShort, ByRef pMinor As UShort, ByRef pBuild As UShort, ByRef pRevision As UShort)
Parameters
- pMajor
- UInt16
- pMinor
- UInt16
- pBuild
- UInt16
- pRevision
- UInt16