Added memory debug, removed GC call for #170
This commit is contained in:
Generated
+18
@@ -3039,6 +3039,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Memory Allocation: [PARAM] MB.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_DebugMemoryAllocation() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_DebugMemoryAllocation", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Backup Monitor Log.
|
||||
'''</summary>
|
||||
@@ -3237,6 +3246,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Invalid mode([PARAM]) for command [PARAM]..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_ErrorInvalidMode() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_ErrorInvalidMode", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The command [PARAM] requires more parameters..
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user