







![]() ![]() ![]() |
C# Webserver |
ArgumentContainer Members |
ArgumentContainer Class Constructors Methods Properties See Also Send Feedback |
The ArgumentContainer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ArgumentContainer | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() | SetObject | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Attribute for retrieving the name. The name cannot be set however because an argument is defined by its name
changing the name would be changing the arguments meaning, thus an argument needing a name change should rather
be recreated
|
![]() | Object |
Returns or changes the argument object. If the object is to be changed to null the type must be passed aswell,
in that case SetObject(Object, Type) |
![]() | Type |
Returns the type of the argument object. The property cannot be set since the type depends on and must correspond to
the type of the object
|