Definition at line 29 of file FunctionPointerType.cs.
◆ Equals()
| override bool IKVM.Reflection.FunctionPointerType.Equals |
( |
object | obj | ) |
|
Definition at line 52 of file FunctionPointerType.cs.
53 {
54 var other = obj as FunctionPointerType;
55 return other != null
56 && other.universe == universe
57 && other.sig.Equals(sig);
58 }
◆ GetHashCode()
| override int IKVM.Reflection.FunctionPointerType.GetHashCode |
( |
| ) |
|
◆ ToString()
| override string IKVM.Reflection.FunctionPointerType.ToString |
( |
| ) |
|
◆ __MethodSignature
| override __StandAloneMethodSig IKVM.Reflection.FunctionPointerType.__MethodSignature |
|
get |
◆ Attributes
| override TypeAttributes IKVM.Reflection.FunctionPointerType.Attributes |
|
get |
◆ BaseType
| override Type IKVM.Reflection.FunctionPointerType.BaseType |
|
get |
◆ ContainsMissingTypeImpl
| override bool IKVM.Reflection.FunctionPointerType.ContainsMissingTypeImpl |
|
getprotected |
◆ FullName
| override string IKVM.Reflection.FunctionPointerType.FullName |
|
get |
◆ IsValueTypeImpl
| override bool IKVM.Reflection.FunctionPointerType.IsValueTypeImpl |
|
getprotected |
◆ Module
| override Module IKVM.Reflection.FunctionPointerType.Module |
|
get |
◆ Name
| override string IKVM.Reflection.FunctionPointerType.Name |
|
get |
The documentation for this class was generated from the following file: