TypeRef 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
public class TypeRef : IEquatable<Microsoft.VisualStudio.Composition.Reflection.TypeRef>, IEquatable<Type>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
type TypeRef = class
interface IEquatable<TypeRef>
interface IEquatable<Type>
Public Class TypeRef
Implements IEquatable(Of Type), IEquatable(Of TypeRef)
- 繼承
-
TypeRef
- 屬性
- 實作
屬性
AssemblyId | |
AssemblyName | |
BaseTypes |
取得這個實例之基底類型和介面的完整清單。 |
ElementTypeRef | |
FullName |
取得這個實例所表示之型別的完整名稱。 表示泛型型別時,這是泛型型別定義的完整名稱。 |
GenericTypeArguments | |
GenericTypeParameterCount | |
IsArray | |
IsGenericType | |
IsGenericTypeDefinition | |
IsShallow |
取得值,指出這個 TypeRef 是否為淺層。 淺層 TypeRefs 沒有定義的基底類型清單。 |
IsValueType | |
MetadataToken | |
TypeFlags |
方法
擴充方法
Resolve(TypeRef) |