Method ExtractAll
ExtractAll(object)
Get all ports from an object.
Declaration
public static List<FieldInfo> ExtractAll(object instance)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | instance | Object to extract from.  | 
    
Returns
| Type | Description | 
|---|---|
| List<FieldInfo> | List of FieldInfo corresponding to ports on the object.  |