13 [__DynamicallyInvokable]
14 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
19 [__DynamicallyInvokable]
24 [__DynamicallyInvokable]
43 [__DynamicallyInvokable]
46 if ((
object)left == right)
50 if ((
object)left ==
null || (
object)right ==
null || left is RuntimeConstructorInfo || right is RuntimeConstructorInfo)
62 [__DynamicallyInvokable]
65 return !(left == right);
72 [__DynamicallyInvokable]
73 public override bool Equals(
object obj)
75 return base.Equals(obj);
80 [__DynamicallyInvokable]
83 return base.GetHashCode();
86 internal virtual Type GetReturnType()
117 [DebuggerStepThrough]
119 [__DynamicallyInvokable]
120 public object Invoke(
object[] parameters)
141 return Invoke(obj, invokeAttr, binder, parameters, culture);
150 return Invoke(obj, parameters);
161 return Invoke(invokeAttr, binder, parameters, culture);
169 return Invoke(parameters);
177 throw new NotImplementedException();
187 throw new NotImplementedException();
199 throw new NotImplementedException();
212 void _ConstructorInfo.
Invoke(uint dispIdMember, [
In] ref Guid riid, uint lcid,
short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
214 throw new NotImplementedException();
object Invoke_5(object[] parameters)
Provides COM objects with version-independent access to the M:System.Reflection.ConstructorInfo....
static readonly string TypeConstructorName
Represents the name of the type constructor method as it is stored in metadata. This name is always "...
Discovers the attributes of a class constructor and provides access to constructor metadata.
object Invoke_4(BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Provides COM objects with version-independent access to the M:System.Reflection.ConstructorInfo....
static bool operator==(ConstructorInfo left, ConstructorInfo right)
Indicates whether two T:System.Reflection.ConstructorInfo objects are equal.
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
static readonly string ConstructorName
Represents the name of the class constructor method as it is stored in metadata. This name is always ...
override int GetHashCode()
Returns the hash code for this instance.
override MemberTypes MemberType
Gets a T:System.Reflection.MemberTypes value indicating that this member is a constructor.
override bool Equals(object obj)
Returns a value that indicates whether this instance is equal to a specified object.
SecurityAction
Specifies the security actions that can be performed using declarative security.
new Type GetType()
Provides COM objects with version-independent access to the M:System.Object.GetType method.
void GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
Maps a set of names to a corresponding set of dispatch identifiers.
Represents type declarations: class types, interface types, array types, value types,...
Provides information about methods and constructors.
object Invoke_2(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
object Invoke_3(object obj, object[] parameters)
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
Exposes the public members of the T:System.Reflection.ConstructorInfo class to unmanaged code.
abstract object Invoke(BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
When implemented in a derived class, invokes the constructor reflected by this ConstructorInfo with t...
void GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
Retrieves the type information for an object, which can then be used to get the type information for ...
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
static bool operator !=(ConstructorInfo left, ConstructorInfo right)
Indicates whether two T:System.Reflection.ConstructorInfo objects are not equal.
Specifies that the class can be serialized.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
Specifies that the parameter is an input parameter.
Provides information about a specific culture (called a locale for unmanaged code development)....
object Invoke(object[] parameters)
Invokes the constructor reflected by the instance that has the specified parameters,...
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
The exception that is thrown when a requested method or operation is not implemented.
void Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
Provides access to properties and methods exposed by an object.