RuntimeFieldHandle Yapı
Tanım
İç meta veri belirteci kullanan bir alanı temsil eder.Represents a field using an internal metadata token.
public value class RuntimeFieldHandle
public value class RuntimeFieldHandle : System::Runtime::Serialization::ISerializable
public struct RuntimeFieldHandle
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
[System.Serializable]
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
type RuntimeFieldHandle = struct
type RuntimeFieldHandle = struct
interface ISerializable
[<System.Serializable>]
type RuntimeFieldHandle = struct
interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RuntimeFieldHandle = struct
interface ISerializable
Public Structure RuntimeFieldHandle
Public Structure RuntimeFieldHandle
Implements ISerializable
- Devralma
- Öznitelikler
- Uygulamalar
Açıklamalar
Yapının bir örneğinin değeri, RuntimeFieldHandle örnek tarafından temsil edilen alana yönelik bir tanıtıcıdır.The value of an instance of the RuntimeFieldHandle structure is a handle to the field represented by the instance.
Özellikler
Value |
Geçerli örnek tarafından temsil edilen alana bir tanıtıcı alır.Gets a handle to the field represented by the current instance. |
Yöntemler
Equals(Object) |
Geçerli örneğin belirtilen nesneye eşit olup olmadığını gösterir.Indicates whether the current instance is equal to the specified object. |
Equals(RuntimeFieldHandle) |
Geçerli örneğin belirtilen değere eşit olup olmadığını gösterir RuntimeFieldHandle .Indicates whether the current instance is equal to the specified RuntimeFieldHandle. |
GetHashCode() |
Bu örneğe ilişkin karma kodu döndürür.Returns the hash code for this instance. |
GetObjectData(SerializationInfo, StreamingContext) |
SerializationInfoGeçerli örnek tarafından temsil edilen alanın serisini kaldırmak için bir, öğesini gereken verilerle doldurur.Populates a SerializationInfo with the data necessary to deserialize the field represented by the current instance. |
İşleçler
Equality(RuntimeFieldHandle, RuntimeFieldHandle) |
İki yapının eşit olup olmadığını gösterir RuntimeFieldHandle .Indicates whether two RuntimeFieldHandle structures are equal. |
Inequality(RuntimeFieldHandle, RuntimeFieldHandle) |
İki yapının eşit olup olmadığını gösterir RuntimeFieldHandle .Indicates whether two RuntimeFieldHandle structures are not equal. |