Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INVOCATION_FLAGS.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.INVOCATION_FLAGS : uint {
  System.Reflection.INVOCATION_FLAGS_UNKNOWN = 0u , System.Reflection.INVOCATION_FLAGS_INITIALIZED = 1u , System.Reflection.INVOCATION_FLAGS_NO_INVOKE = 2u , System.Reflection.INVOCATION_FLAGS_RUN_CLASS_CONSTRUCTOR = 4u ,
  System.Reflection.INVOCATION_FLAGS_NO_CTOR_INVOKE = 8u , System.Reflection.INVOCATION_FLAGS_IS_CTOR = 0x10u , System.Reflection.INVOCATION_FLAGS_IS_DELEGATE_CTOR = 0x80u , System.Reflection.INVOCATION_FLAGS_CONTAINS_STACK_POINTERS = 0x100u ,
  System.Reflection.INVOCATION_FLAGS_SPECIAL_FIELD = 0x10u , System.Reflection.INVOCATION_FLAGS_FIELD_SPECIAL_CAST = 0x20u , System.Reflection.INVOCATION_FLAGS_CONSTRUCTOR_INVOKE = 0x10000000u
}