Difference between revisions of "Foobar2000:.NET Component Host (foo dotnet component host)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Created page with "{{infobox foobar2000 component | name = .NET Component Host | module_name = foo_dotnet_component_host | developer = TheQwertiest | reposito...")
 
m (Added gallery.)
 
Line 1: Line 1:
 +
__NOTOC__
 
{{infobox foobar2000 component
 
{{infobox foobar2000 component
 
| name                = .NET Component Host
 
| name                = .NET Component Host
Line 14: Line 15:
 
| foobar2000_ui_module = N/A
 
| foobar2000_ui_module = N/A
 
| use                  =  
 
| use                  =  
| license              =  
+
| license              = MIT License
 
}}
 
}}
 
The '''.NET Component Host''' component acts as a host for components written in C#.
 
The '''.NET Component Host''' component acts as a host for components written in C#.
Line 22: Line 23:
 
* Said C# interface is exposed via a NuGet package.
 
* Said C# interface is exposed via a NuGet package.
 
* [[Foobar2000:Auto Check for Updates (foo_acfu)|foo_acfu]] integration.
 
* [[Foobar2000:Auto Check for Updates (foo_acfu)|foo_acfu]] integration.
 +
 +
==Gallery==
 +
<gallery>
 +
foo_dotnet_component_host preferences.png|Preferences page, with the [[Foobar2000:Title Bar (dotnet_title_bar)|Title Bar]] component installed.
 +
</gallery>
  
 
==See also==
 
==See also==
* [[Foobar2000:Components/Titlebar (foo managed wrapper)|Titlebar (foo_managed_wrapper)]]
+
* [[Foobar2000:Title Bar (dotnet_title_bar)|Title Bar (dotnet_title_bar)]]
  
 
==References==
 
==References==

Latest revision as of 15:29, 12 June 2022

.NET Component Host

foo_dotnet_component_host
Developer(s) TheQwertiest
Repository GitHub
Release information
Initial release October 20, 2021[1]
Stable release 1.0.0 (October 20, 2021)
Preview release
foobar2000 compatibility
Architecture {{{foobar2000_architecture}}}
Minimum version 1.3.17
Maximum version
UI module(s) N/A
Additional information
Use
License MIT License
Discussion thread {{{discussion_thread}}}
View all components

The .NET Component Host component acts as a host for components written in C#.

Features

  • Provides a pure C# interface to communicate with foobar2000.
  • Said C# interface is exposed via a NuGet package.
  • foo_acfu integration.

Gallery

See also

References

  1. Changelog - .NET Component Host

External links