SignatureHelper Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AddArgument | Overloaded. Adds an argument to the signature. |
| AddArguments | Adds a set of arguments to the signature, with the specified custom modifiers. |
| AddSentinel | Marks the end of a vararg fixed part. This is only used if the caller is creating a vararg signature call site. |
| Equals | Overloaded. Overridden. Determines whether a SignatureHelper is equal to another object. |
| GetFieldSigHelper | Returns a signature helper for a field. |
| GetHashCode | Overridden. Creates and returns a hash code for this instance. |
| GetLocalVarSigHelper | Overloaded. Returns a signature helper for a local variable. |
| GetMethodSigHelper | Overloaded. Returns a signature helper for a method. |
| GetPropertySigHelper | Overloaded. Returns a signature helper for a property. |
| GetSignature | Adds the end token to the signature and marks the signature as finished, so no further tokens can be added. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Returns a string representing the signature arguments. |
| Name | Description | |
|---|---|---|
| System.Runtime.InteropServices._SignatureHelper.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| System.Runtime.InteropServices._SignatureHelper.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
| System.Runtime.InteropServices._SignatureHelper.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| System.Runtime.InteropServices._SignatureHelper.Invoke | Provides access to properties and methods exposed by an object. |