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
name
Type: System.StringThe name of the parameter.
value
Type: System.ObjectThe value of the parameter.
type
Type: Microsoft.Management.Infrastructure.CimTypeThe type of the parameter.
flags
Type: Microsoft.Management.Infrastructure.CimFlagsA bitwise-OR combination of one or more values of the CimFlags enumeration.
Return Value
Type: Microsoft.Management.Infrastructure.CimMethodParameter
Returns CimMethodParameter.
See Also
Create Overload
CimMethodParameter Class
Microsoft.Management.Infrastructure Namespace
Return to top