gpt4 book ai didi

vb.net - 如何在不启动对象的情况下获取类的类型?

转载 作者:行者123 更新时间:2023-12-03 23:10:41 24 4
gpt4 key购买 nike

System.Xml.Serialization.XmlSerial 的构造函数需要我要序列化的类的类型。

instance = New AnyClass()
Dim xmlszer As New XmlSerializer(instance.GetType)
没问题。但是如何在不启动的情况下获取 AnyClass 的类型?

最佳答案

尝试这个:

Dim xmlszer As New XmlSerializer(GetType(AnyClass))

GetType Operator :

Returns a Type object for the specified type. The Type object provides information about the type such as its properties, methods, and events.

关于vb.net - 如何在不启动对象的情况下获取类的类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4747917/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com