TextParser.Parser.AddFieldsFromAssembly C# (CSharp) Method

AddFieldsFromAssembly() public method

Add the field from the given assembly as field filters.
public AddFieldsFromAssembly ( string name ) : bool
name string The name of the assembly or the exact path to it.
return bool
        public bool AddFieldsFromAssembly(string name)
        {
            return AddFieldsFromAssembly(name, false, null);
        }

Same methods

Parser::AddFieldsFromAssembly ( string name, bool addReferences ) : bool
Parser::AddFieldsFromAssembly ( string name, bool addReferences, string fromNamespace ) : bool