9 references to OutParameters
System.Management (9)
System\Management\Method.cs (3)
153
/// and out, it appears in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.
OutParameters
'/>
179
/// and out, it will appear in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.
OutParameters
'/>
190
/// the <see cref='System.Management.MethodData.
OutParameters
'/>
System\Management\WMIGenerator.cs (6)
2797
if (meth.
OutParameters
!= null)
2799
if (meth.
OutParameters
.Properties != null)
2802
foreach (PropertyData prop in meth.
OutParameters
.Properties)
2995
if (meth.
OutParameters
!= null)
2997
if (meth.
OutParameters
.Properties != null)
2999
foreach (PropertyData prop in meth.
OutParameters
.Properties)