ProtocolImporter.ClassName 属性
定义
获取当前正在生成的绑定类的名称。Gets the name of the binding class that is currently being generated.
public:
property System::String ^ ClassName { System::String ^ get(); };
public string ClassName { get; }
member this.ClassName : string
Public ReadOnly Property ClassName As String
属性值
当前正在生成绑定类的名称。The name of the binding class that is currently being generated.