1 out of 1 rated this helpful - Rate this topic

Assembly.LoadFrom Method

Loads an assembly.
Name Description
Assembly.LoadFrom (String) Loads an assembly given its file name or path.

Supported by the .NET Compact Framework.

Assembly.LoadFrom (String, Evidence) Loads an assembly given its file name or path and supplying security evidence.
Assembly.LoadFrom (String, Evidence, Byte[], AssemblyHashAlgorithm) Loads an assembly given its file name or path, security evidence hash value, and hash algorithm.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.