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
|
Public Member Functions | |
NamedPermissionSet (string name, global::System.Security.Permissions.PermissionState state) | |
NamedPermissionSet (string name) | |
override SecurityElement | ToXml () |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual void | CopyTo (global::System.Array array, int index) |
void | Demand () |
global::System.Collections.IEnumerator | GetEnumerator () |
bool | IsEmpty () |
bool | IsUnrestricted () |
override string | ToString () |
Package Functions | |
NamedPermissionSet () | |
void | CasOnlyDemand (int skip) |
Properties | |
string | Name [get, set] |
virtual int | Count [get, set] |
virtual bool | IsSynchronized [get, set] |
virtual object | SyncRoot [get, set] |
Private Member Functions | |
void System.Runtime.Serialization.IDeserializationCallback. | OnDeserialization (object sender) |
Private Attributes | |
string | name |
string | description |
global::System.Security.Permissions.PermissionState | state |
global::System.Collections.ArrayList | list |
bool | _declsec |
bool[] | _ignored |
Static Private Attributes | |
static object[] | psUnrestricted |
static object[] | action |
Definition at line 12 of file NamedPermissionSet.cs.