CSMSL.IO.MzML.SoftwareRefType.LoadFromFile C# (CSharp) Метод

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName, SoftwareRefType &obj ) : bool
fileName string
obj SoftwareRefType
Результат bool
        public static bool LoadFromFile(string fileName, out SoftwareRefType obj)
        {
            System.Exception exception = null;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

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