Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim type As Type
Dim returnValue As IEnumerable(Of FieldInfo)
returnValue = BaseObject.EnumerateFields(type)
|
Syntax
Visual Basic |
Protected Shared Function EnumerateFields ( _
type As Type _
) As IEnumerable(Of FieldInfo)
|
C# |
protected static IEnumerable<FieldInfo> EnumerateFields (
Type type
)
|
C++ |
protected:
static IEnumerable<FieldInfo^>^ EnumerateFields (
Type^ type
)
|
J# |
protected static IEnumerable<FieldInfo> EnumerateFields (
Type type
)
|
JScript |
protected static function EnumerateFields (
type : Type
) : IEnumerable<FieldInfo>
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also