ParameterBuilder Methods
.NET Framework 4.5
The ParameterBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetToken | Retrieves the token for this parameter. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetConstant | Sets the default value of the parameter. |
|
SetCustomAttribute(CustomAttributeBuilder) | Set a custom attribute using a custom attribute builder. |
|
SetCustomAttribute(ConstructorInfo, Byte[]) | Set a custom attribute using a specified custom attribute blob. |
|
SetMarshal | Obsolete. Specifies the marshaling for this parameter. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
_ParameterBuilder.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
|
_ParameterBuilder.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
|
_ParameterBuilder.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
_ParameterBuilder.Invoke | Provides access to properties and methods exposed by an object. |