Voting

: three minus one?
(Example: nine)

The Note You're Voting On

sam at bitopia dot co dot uk
17 years ago
If you want to load any other assembly apart from mscorlib, you'll need to include it like the following

$x = new DOTNET('The.Assembly.Name, Version=X.X.X.X, Culture=neutral, PublicKeyToken=ZZZZZZZZZZZZ', 'The.Class.Name');

Replace all relevant details.

<< Back to user notes page

To Top