mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Allow content to read assembly versions in sandbox.
This commit is contained in:
@@ -407,10 +407,16 @@ Types:
|
||||
- "System.Reflection.Assembly GetAssembly(System.Type)"
|
||||
- "System.Reflection.Assembly GetExecutingAssembly()"
|
||||
- "System.Type[] GetTypes()"
|
||||
- "System.Reflection.AssemblyName GetName()"
|
||||
AssemblyCompanyAttribute: { All: True }
|
||||
AssemblyConfigurationAttribute: { All: True }
|
||||
AssemblyFileVersionAttribute: { All: True }
|
||||
AssemblyInformationalVersionAttribute: { All: True }
|
||||
AssemblyName:
|
||||
Methods:
|
||||
- "string get_FullName()"
|
||||
- "System.Version get_Version()"
|
||||
- "string get_Name()"
|
||||
AssemblyProductAttribute: { All: True }
|
||||
AssemblyTitleAttribute: { All: True }
|
||||
DefaultMemberAttribute: { All: True }
|
||||
@@ -1274,6 +1280,7 @@ Types:
|
||||
ValueTuple`7: { All: True }
|
||||
ValueTuple`8: { All: True }
|
||||
ValueType: { All: True }
|
||||
Version: { All: True }
|
||||
Void: { All: True }
|
||||
YamlDotNet.Core.Events:
|
||||
MappingStyle: { } # Enum
|
||||
|
||||
Reference in New Issue
Block a user