Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "ConsolidateInstanceTree")] public static extern Int64 ConsolidateInstanceTree(Int64 owlInstance);
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "ConsolidateInstanceTree")] public static extern Int64 ConsolidateInstanceTree(Int64 owlInstance);