你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSBinder Class

Definition

public class PSBinder : System.Reflection.Binder
type PSBinder = class
    inherit Binder
Public Class PSBinder
Inherits Binder
Inheritance
PSBinder

Constructors

PSBinder()

Methods

BindToField(BindingFlags, FieldInfo[], Object, CultureInfo)
BindToMethod(BindingFlags, MethodBase[], Object[], ParameterModifier[], CultureInfo, String[], Object)
ChangeType(Object, Type, CultureInfo)
ReorderArgumentArray(Object[], Object)
SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[])
SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[])

Applies to