Class Il2cpuMethodInfo
Inheritance
System.Object
Il2cpuMethodInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.IL2CPU.dll
Syntax
public class Il2cpuMethodInfo
Constructors
|
Improve this Doc
View Source
Il2cpuMethodInfo(MethodBase, UInt32, Il2cpuMethodInfo.TypeEnum, Il2cpuMethodInfo)
Declaration
public Il2cpuMethodInfo(MethodBase aMethodBase, uint aUID, Il2cpuMethodInfo.TypeEnum aType, Il2cpuMethodInfo aPlugMethod)
Parameters
|
Improve this Doc
View Source
Il2cpuMethodInfo(MethodBase, UInt32, Il2cpuMethodInfo.TypeEnum, Il2cpuMethodInfo, Boolean)
Declaration
public Il2cpuMethodInfo(MethodBase aMethodBase, uint aUID, Il2cpuMethodInfo.TypeEnum aType, Il2cpuMethodInfo aPlugMethod, bool isInlineAssembler)
Parameters
|
Improve this Doc
View Source
Il2cpuMethodInfo(MethodBase, UInt32, Il2cpuMethodInfo.TypeEnum, Il2cpuMethodInfo, Type)
Declaration
public Il2cpuMethodInfo(MethodBase aMethodBase, uint aUID, Il2cpuMethodInfo.TypeEnum aType, Il2cpuMethodInfo aPlugMethod, Type aMethodAssembler)
Parameters
Properties
|
Improve this Doc
View Source
DebugMethodLabelUID
Declaration
public long DebugMethodLabelUID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
DebugMethodUID
Declaration
public long DebugMethodUID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
DebugStubOff
Declaration
public bool DebugStubOff { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndMethodID
Declaration
public long EndMethodID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IsInlineAssembler
Declaration
public bool IsInlineAssembler { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsWildcard
Declaration
public bool IsWildcard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LocalVariablesSize
Declaration
public uint LocalVariablesSize { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MethodAssembler
Declaration
public Type MethodAssembler { get; }
Property Value
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
MethodBase
Declaration
public MethodBase MethodBase { get; }
Property Value
Type |
Description |
System.Reflection.MethodBase |
|
|
Improve this Doc
View Source
MethodLabel
Declaration
public string MethodLabel { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PluggedMethod
Method which is plugged by this method
Declaration
public Il2cpuMethodInfo PluggedMethod { get; set; }
Property Value
|
Improve this Doc
View Source
PlugMethod
The method info for the method which plugs this one
Declaration
public Il2cpuMethodInfo PlugMethod { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public Il2cpuMethodInfo.TypeEnum Type { get; }
Property Value
|
Improve this Doc
View Source
UID
Declaration
Property Value
Type |
Description |
System.UInt32 |
|