|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Runtime.InteropServices.DllImportAttribute:
Collaboration diagram for System.Runtime.InteropServices.DllImportAttribute:Public Member Functions | |
| DllImportAttribute (string dllName) | |
Public Attributes | |
| string | EntryPoint |
| CharSet | CharSet |
| bool | SetLastError |
| bool | ExactSpelling |
| bool | PreserveSig |
| CallingConvention | CallingConvention |
| bool | BestFitMapping |
| bool | ThrowOnUnmappableChar |
Package Functions | |
| DllImportAttribute (string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar) | |
Static Package Functions | |
| static global::System.Attribute | GetCustomAttribute (global::System.Reflection.RuntimeMethodInfo method) |
| static bool | IsDefined (global::System.Reflection.RuntimeMethodInfo method) |
Package Attributes | |
| string | _val |
Properties | |
| string | Value [get, set] |
Definition at line 11 of file DllImportAttribute.cs.