Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.ConstructorInfo Class Referenceabstract

Public Member Functions

object Invoke (object?[]? parameters)
 
object Invoke (BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
ParameterInfo[] GetParameters ()
 
MethodImplAttributes GetMethodImplementationFlags ()
 
virtual ? MethodBody GetMethodBody ()
 
virtual Type[] GetGenericArguments ()
 
object? Invoke (object? obj, object?[]? parameters)
 
object? Invoke (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture)
 
virtual bool HasSameMetadataDefinitionAs (MemberInfo other)
 
bool IsDefined (Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (Type attributeType, bool inherit)
 
virtual IList< CustomAttributeDataGetCustomAttributesData ()
 

Static Public Member Functions

static bool operator== (ConstructorInfo? left, ConstructorInfo? right)
 
static bool operator!= (ConstructorInfo? left, ConstructorInfo? right)
 
static ? MethodBase GetMethodFromHandle (RuntimeMethodHandle handle)
 
static ? MethodBase GetMethodFromHandle (RuntimeMethodHandle handle, RuntimeTypeHandle declaringType)
 
static ? MethodBase GetCurrentMethod ()
 
static bool operator== (MethodBase? left, MethodBase? right)
 
static bool operator== (MemberInfo? left, MemberInfo? right)
 
static bool operator!= (MethodBase? left, MethodBase? right)
 
static bool operator!= (MemberInfo? left, MemberInfo? right)
 

Static Public Attributes

static readonly string ConstructorName = ".ctor"
 
static readonly string TypeConstructorName = ".cctor"
 

Protected Member Functions

Span< object > CheckArguments (ref StackAllocedArguments stackArgs, ReadOnlySpan< object > parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
 

Package Functions

virtual Type GetReturnType ()
 
virtual ParameterInfo[] GetParametersNoCopy ()
 
virtual Type[] GetParameterTypes ()
 
virtual bool CacheEquals (object o)
 
bool HasSameMetadataDefinitionAsCore< TOther > (MemberInfo other)
 

Static Package Functions

static void AppendParameters (ref ValueStringBuilder sbParamList, Type[] parameterTypes, CallingConventions callingConvention)
 

Properties

override MemberTypes MemberType [get]
 
MethodAttributes Attributes [get]
 
virtual MethodImplAttributes MethodImplementationFlags [get]
 
virtual CallingConventions CallingConvention [get]
 
bool IsAbstract [get]
 
bool IsConstructor [get]
 
bool IsFinal [get]
 
bool IsHideBySig [get]
 
bool IsSpecialName [get]
 
bool IsStatic [get]
 
bool IsVirtual [get]
 
bool IsAssembly [get]
 
bool IsFamily [get]
 
bool IsFamilyAndAssembly [get]
 
bool IsFamilyOrAssembly [get]
 
bool IsPrivate [get]
 
bool IsPublic [get]
 
virtual bool IsConstructedGenericMethod [get]
 
virtual bool IsGenericMethod [get]
 
virtual bool IsGenericMethodDefinition [get]
 
virtual bool ContainsGenericParameters [get]
 
RuntimeMethodHandle MethodHandle [get]
 
virtual bool IsSecurityCritical [get]
 
virtual bool IsSecuritySafeCritical [get]
 
virtual bool IsSecurityTransparent [get]
 
string Name [get]
 
TypeDeclaringType [get]
 
TypeReflectedType [get]
 
virtual Module Module [get]
 
virtual IEnumerable< CustomAttributeDataCustomAttributes [get]
 
virtual bool IsCollectible [get]
 
virtual int MetadataToken [get]
 

Private Member Functions

IntPtr GetMethodDesc ()
 

Detailed Description

Definition at line 7 of file ConstructorInfo.cs.


The documentation for this class was generated from the following file: