terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SocketPermissionAttribute (SecurityAction action) | |
override IPermission | CreatePermission () |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual bool | Match (object obj) |
virtual bool | IsDefaultAttribute () |
Package Functions | |
void | AlreadySet (string property) |
Properties | |
string | Access [get, set] |
string | Host [get, set] |
string | Port [get, set] |
string | Transport [get, set] |
bool | Unrestricted [get] |
SecurityAction | Action [set] |
virtual object | TypeId [get] |
Static Private Member Functions | |
static Attribute[] | InternalGetCustomAttributes (PropertyInfo element, Type type, bool inherit) |
static Attribute[] | InternalGetCustomAttributes (EventInfo element, Type type, bool inherit) |
static Attribute[] | InternalParamGetCustomAttributes (ParameterInfo parameter, Type attributeType, bool inherit) |
static bool | InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit) |
static bool | InternalIsDefined (EventInfo element, Type attributeType, bool inherit) |
static bool | AreFieldValuesEqual (object thisValue, object thatValue) |
Private Attributes | |
string | m_access |
string | m_host |
string | m_port |
string | m_transport |
SecurityAction | m_Action |
bool | m_Unrestricted |
Definition at line 10 of file SocketPermissionAttribute.cs.