CimMethodParameter.Create Method (String, Object, CimType, CimFlags)

 

Creates a new parameter.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public static CimMethodParameter Create(
    string name,
    object value,
    CimType type,
    CimFlags flags
)
public:
static CimMethodParameter^ Create(
    String^ name,
    Object^ value,
    CimType type,
    CimFlags flags
)
static member Create : 
        name:string *
        value:Object *
        type:CimType *
        flags:CimFlags -> CimMethodParameter
Public Shared Function Create (
    name As String,
    value As Object,
    type As CimType,
    flags As CimFlags
) As CimMethodParameter

Parameters

Return Value

Type: Microsoft.Management.Infrastructure.CimMethodParameter

Returns CimMethodParameter.

See Also

Create Overload
CimMethodParameter Class
Microsoft.Management.Infrastructure Namespace

Return to top