-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_ParamInfo
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Parameter data for CreateInstance method.
System.Object
CodeJam.Reflection.ParamInfo
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public class ParamInfo
VB
Public Class ParamInfo
F#
type ParamInfo = class end
The ParamInfo type exposes the following members.
Name | Description | |
---|---|---|
ParamInfo | Initializes a new instance of the ParamInfo class. |
Name | Description | |
---|---|---|
Name | Parameter name. | |
Required | True, if parameter required. | |
Value | Parameter value. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Param | Initializes a new instance of the ParamInfo class. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |