Table of Contents

Class SizeOfResolveResult

Namespace
ICSharpCode.Decompiler.Semantics
Assembly
ICSharpCode.Decompiler.dll

Represents the 'sizeof'.

public class SizeOfResolveResult : ResolveResult
Inheritance
SizeOfResolveResult
Inherited Members
Extension Methods

Constructors

SizeOfResolveResult(IType, IType, int?)

public SizeOfResolveResult(IType int32, IType referencedType, int? constantValue)

Parameters

int32 IType
referencedType IType
constantValue int?

Properties

ConstantValue

public override object ConstantValue { get; }

Property Value

object

IsCompileTimeConstant

public override bool IsCompileTimeConstant { get; }

Property Value

bool

IsError

public override bool IsError { get; }

Property Value

bool

ReferencedType

The type referenced by the 'sizeof'.

public IType ReferencedType { get; }

Property Value

IType