Table of Contents

Property AssemblyLocation

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

AssemblyLocation

The path to the assembly that contains the plugin.

string AssemblyLocation { get; }

Property Value

string

Remarks

Calling GetType().Type.Assembly.Location on an effect instance should not be used because it may not reflect the actual Type of the effect's implementation.