Struct MethodSpec
Method specification for marshalling method information between glued peers
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NFX.dll
Syntax
[Serializable]
public struct MethodSpec
Constructors
MethodSpec(MethodInfo)
Declaration
public MethodSpec(MethodInfo mi)
Parameters
Type |
Name |
Description |
System.Reflection.MethodInfo |
mi |
|
Properties
Hash
Declaration
public ulong Hash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
MethodName
Declaration
public string MethodName { get; }
Property Value
Type |
Description |
System.String |
|
ReturnType
Declaration
public ulong ReturnType { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Signature
Declaration
public byte[] Signature { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Equality(MethodSpec, MethodSpec)
Declaration
public static bool operator ==(MethodSpec left, MethodSpec right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(MethodSpec, MethodSpec)
Declaration
public static bool operator !=(MethodSpec left, MethodSpec right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods