Drey.Nut.DiscoveredLibraryOptions.DiscoveredLibraryOptions C# (CSharp) Method

DiscoveredLibraryOptions() public method

public DiscoveredLibraryOptions ( string file, string typeFullName, string packageId ) : System
file string
typeFullName string
packageId string
return System
        public DiscoveredLibraryOptions(string file, string typeFullName, string packageId)
        {
            File = file;
            TypeFullName = typeFullName;
            PackageId = packageId;
        }
    }
DiscoveredLibraryOptions