9 references to OutParameters
System.Management (9)
method.cs (3)
152
/// and out, it appears in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.
OutParameters
'/>
177
/// and out, it will appear in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.
OutParameters
'/>
188
/// the <see cref='System.Management.MethodData.
OutParameters
'/>
WmiGenerator.cs (6)
2850
if (meth.
OutParameters
!= null)
2852
if(meth.
OutParameters
.Properties != null)
2855
foreach (PropertyData prop in meth.
OutParameters
.Properties)
3049
if (meth.
OutParameters
!= null)
3051
if (meth.
OutParameters
.Properties != null)
3053
foreach (PropertyData prop in meth.
OutParameters
.Properties)