IAssemblyBase.Version(UInt16, UInt16, UInt16, UInt16) Method

Definition

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

Applies to