CodeWhen Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class CodeWhen : Mono::CodeGeneration::CodeExpression
public class CodeWhen : Mono.CodeGeneration.CodeExpression
type CodeWhen = class
inherit CodeExpression
Public Class CodeWhen
Inherits CodeExpression
- Inheritance
Constructors
| CodeWhen(CodeExpression, CodeExpression, CodeExpression) |
Properties
| ArrayLength | (Inherited from CodeExpression) |
| IsNull | (Inherited from CodeExpression) |
| IsNumber | (Inherited from CodeExpression) |
| Item[CodeExpression] | (Inherited from CodeExpression) |
| Item[FieldInfo] | (Inherited from CodeExpression) |
| Item[PropertyInfo] | (Inherited from CodeExpression) |
| Item[String] | (Inherited from CodeExpression) |
Methods
| And(CodeExpression) | (Inherited from CodeExpression) |
| Call(MethodInfo, CodeExpression[]) | (Inherited from CodeExpression) |
| Call(String, CodeExpression[]) | (Inherited from CodeExpression) |
| CallToString() | (Inherited from CodeExpression) |
| CastTo(Type) | (Inherited from CodeExpression) |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Generate(ILGenerator) | |
| GenerateAsStatement(ILGenerator) | (Inherited from CodeExpression) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetResultType() | |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| Is(Type) | (Inherited from CodeExpression) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| MemGet(MemberInfo) | (Inherited from CodeExpression) |
| MemGet(String) | (Inherited from CodeExpression) |
| PrintCode(CodeWriter) | |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |