Click or drag to resize

CompileEventArgs Constructor

Initializes a new instance of the CompileEventArgs class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CompileEventArgs(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly

[Missing <param name="assembly"/> documentation for "M:Demo3D.Visuals.CompileEventArgs.#ctor(System.Reflection.Assembly)"]

See Also