|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Represents a method signature from IL metadadata. More...
Public Member Functions | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Additional Inherited Members | |
Static Protected Member Functions inherited from IKVM.Reflection.Signature | |
| static Type | ReadType (ModuleReader module, ByteReader br, IGenericContext context) |
| static Type | ReadRetType (ModuleReader module, ByteReader br, IGenericContext context) |
| static Type | ReadParam (ModuleReader module, ByteReader br, IGenericContext context) |
| static void | WriteType (ModuleBuilder module, ByteBuffer bb, Type type) |
| static void | WriteCustomModifiers (ModuleBuilder module, ByteBuffer bb, CustomModifiers modifiers) |
| static Type[] | BindTypeParameters (IGenericBinder binder, Type[] types) |
Package Functions inherited from IKVM.Reflection.Signature | |
Static Package Functions inherited from IKVM.Reflection.Signature | |
Static Package Attributes inherited from IKVM.Reflection.Signature | |
Represents a method signature from IL metadadata.
Definition at line 38 of file MethodSignature.cs.
| override bool IKVM.Reflection.MethodSignature.Equals | ( | object | obj | ) |
Definition at line 146 of file MethodSignature.cs.
| override int IKVM.Reflection.MethodSignature.GetHashCode | ( | ) |
Definition at line 157 of file MethodSignature.cs.