Click or drag to resize

PlatformLoadAssembly Method (String)

Loads the extensions specified by the assembly attribute PlatformExtensionAttribute.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void LoadAssembly(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString
Name of the assembly to load the extensions for.
See Also