Fix compilation with C# disabled
This commit is contained in:
@@ -234,7 +234,7 @@ bool MAssembly::LoadCorlib()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool MAssembly::LoadImage(const String& assemblyPath)
|
||||
bool MAssembly::LoadImage(const String& assemblyPath, const StringView& nativePath)
|
||||
{
|
||||
_hasCachedClasses = false;
|
||||
_assemblyPath = assemblyPath;
|
||||
@@ -246,6 +246,11 @@ bool MAssembly::UnloadImage(bool isReloading)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool MAssembly::ResolveMissingFile(String& assemblyPath) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
MClass::~MClass()
|
||||
{
|
||||
_fields.ClearDelete();
|
||||
|
||||
Reference in New Issue
Block a user