Class PlugMethod
Inheritance
System.Object
PlugMethod
Assembly: IL2CPU.API.dll
Syntax
public sealed class PlugMethod : Attribute
Fields
|
Improve this Doc
View Source
This field currently does nothing, but is here for later use.
Declaration
public TargetPlatform TargetPlatform
Field Value
Properties
|
Improve this Doc
View Source
Assembler
Declaration
public Type Assembler { get; set; }
Property Value
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOptional
Declaration
public bool IsOptional { get; set; }
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
PlugRequired
Declaration
public bool PlugRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Signature
Declaration
public string Signature { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WildcardMatchParameters
Declaration
public bool WildcardMatchParameters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|