mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-11 10:02:49 +00:00
Update README.md
This commit is contained in:
parent
f24375797c
commit
cfc7dbf144
|
|
@ -42,9 +42,9 @@ static Program() {
|
|||
private static void InitializeAssemblyLoader()
|
||||
{
|
||||
/*
|
||||
// if use the Embedded Resource
|
||||
// Example for Embedded Resource:
|
||||
var asm = Assembly.GetExecutingAssembly();
|
||||
using (var stream = asm.GetManifestResourceStream("MyApp.Resources.Catswords.Phantomizer.dll.gz"))
|
||||
using (var stream = asm.GetManifestResourceStream(typeof(Program).Namespace + ".Resources.Catswords.Phantomizer.dll.gz"))
|
||||
{
|
||||
// decompress and load...
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user