Stetic.Application.GetComponentTypes C# (CSharp) Method

GetComponentTypes() public method

public GetComponentTypes ( string fileName ) : Stetic.ComponentType[]
fileName string
return Stetic.ComponentType[]
        public ComponentType[] GetComponentTypes(string fileName)
        {
            if (IsWidgetLibrary (fileName))
                return CecilWidgetLibrary.GetComponentTypes (this, fileName).ToArray ();
            else
                return new ComponentType [0];
        }