BaseObject.EnumerateFields Method (Type)

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

protected static IEnumerable<FieldInfo> EnumerateFields(
    Type type
)
protected:
static IEnumerable<FieldInfo^>^ EnumerateFields(
    Type^ type
)
Protected Shared Function EnumerateFields (
    type As Type
) As IEnumerable(Of FieldInfo)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<FieldInfo>

See Also

EnumerateFields Overload
BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top