RemoteTypeData.FullName 字段

定义

表示此 RemoteTypeData 描述的远程类型的名称,由命名空间限定。Represents the name of the remote type that this RemoteTypeData describes, qualified by the namespace.

public: System::String ^ FullName;
public string FullName;
val mutable FullName : string
Public FullName As String 

字段值

String

注解

类型的完全限定名称包括类型的命名空间,但不包括从其加载类型的程序集。The fully qualified name of a type includes the namespace of the type, but not the assembly from which the type was loaded.

适用于