ATMLModelLibrary.model.common.SoftwareInstance.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

public static LoadFromFile ( string fileName, SoftwareInstance &obj ) : bool
fileName string
obj SoftwareInstance
return bool
        public static bool LoadFromFile(string fileName, out SoftwareInstance obj)
        {
            System.Exception exception;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

SoftwareInstance::LoadFromFile ( string fileName ) : SoftwareInstance
SoftwareInstance::LoadFromFile ( string fileName, SoftwareInstance &obj, System &exception ) : bool