mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-13 02:53:28 +00:00
Update README.md
This commit is contained in:
parent
f24375797c
commit
cfc7dbf144
|
|
@ -42,9 +42,9 @@ static Program() {
|
||||||
private static void InitializeAssemblyLoader()
|
private static void InitializeAssemblyLoader()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
// if use the Embedded Resource
|
// Example for Embedded Resource:
|
||||||
var asm = Assembly.GetExecutingAssembly();
|
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...
|
// decompress and load...
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user