Aspose.Editor is CLS compliant and is built with the CLSCompliant attribute.
// Make compiler check for CLS compliance.
[assembly: CLSCompliant(true)]
Aspose.Editor is written entirely in C# and desktop version resides in a single Aspose.Editor.Desktop.dll assembly, which makes it very easy to deploy. For ASP version there are two assemblies – Aspose.Editor.Server.dll is deployed on the server and Aspose.Editor.Client.dll is downloaded on the client automatically.
Aspose.Editor has no unsafe or unmanaged code.