Assembly.Load(byte [])

  • Thread starter Thread starter DM
  • Start date Start date
D

DM

Hello.

Is there any way to achieve functionality provided by
Assembly.Load(byte[]) in Compact Framework?

Thanks.
 
Not directly. The best way would be to write the data to a file and then
use Assembly.Load(String).

Brian

--------------------
From: (e-mail address removed) (DM)
Newsgroups: microsoft.public.dotnet.framework.compactframework
Subject: Assembly.Load(byte [])
Date: 2 Sep 2004 02:11:56 -0700

Hello.

Is there any way to achieve functionality provided by
Assembly.Load(byte[]) in Compact Framework?

Thanks.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top