The IFuncInfo interface provides information about the properties of the specified function.
The IFuncInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BodyText | Gets or sets the body text of the function. | 
| .gif) | callconv | Gets or sets the function's calling convention. | 
| .gif) | DispID | Gets or sets the variable or function dispatch ID. | 
| .gif) | HelpString | Gets or sets the variable or function Help string. | 
| .gif) | InvokeKind | Gets or sets a value of tagINVOKEKIND enumeration. | 
| .gif) | Name | Gets or sets the name of the object. | 
| .gif) | Parameters | Gets a collection of parameters for this item. | 
| .gif) | ParamText | Gets or sets the text for a function's parameters. | 
| .gif) | RawName | Gets or sets the name of the function as a raw string. | 
| .gif) | ReturnType | Gets or sets a string containing the return type for the function. | 
| .gif) | TypeString | Gets or sets the type of the parent object by using a string representation of the type. | 
Top