PHP searches only GAC for .NET 2.0 runtime, so your DLL has to be targeted 2.0 - 3.5 framework.
Also it recognize only classes, not stucts, so you can't instantiate DateTime for example.PHP searches only GAC for .NET 2.0 runtime, so your DLL has to be targeted 2.0 - 3.5 framework.
Also it recognize only classes, not stucts, so you can't instantiate DateTime for example.