我有这个类的这些属性,我想知道如何从类中访问它们。ServedClassName
是一个自定义属性,这就是我实际尝试访问的属性。
[Guid("24889af6-e174-460b-ab52-7fb5a925926e")]
[ServedClassName("ASCOM ProxyClient Telescope")]
[ProgId("ASCOM.DeviceProxyClient.Telescope")]
[ClassInterface(ClassInterfaceType.None)]
public class Telescope : ReferenceCountedObjectBase, ITelescopeV3
要访问 ProgID,我使用这个:Marshal.GenerateProgIdForType(this.GetType());