AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetSoftwareVersion C# (CSharp) Метод

SetSoftwareVersion() защищенный Метод

Sets the SoftwareVersion property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareVersion ( string strSoftwareVersion ) : void
strSoftwareVersion string The Software Version value read from the file.
Результат void
        protected internal void SetSoftwareVersion(string strSoftwareVersion)
        {
            this.strSoftwareVersion = strSoftwareVersion;
        }