ATMLModelLibrary.model.common.SoftwareInstance.LoadFromFile C# (CSharp) 메소드

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, SoftwareInstance &obj ) : bool
fileName string
obj SoftwareInstance
리턴 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