Namespaces

Types in Fake

Type TargetKind

Namespace Fake

Interfaces IEquatable<TargetKind>, IStructuralEquatable, IComparable<TargetKind>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(TargetKind obj)

bool Equals(TargetKind obj)

bool get_IsExe()

bool get_IsLibrary()

bool get_IsWinExe()

Public static methods

TargetKind get_Exe()

TargetKind get_Library()

TargetKind get_WinExe()

Public properties

TargetKind Exe get;

bool IsExe get;

bool IsLibrary get;

bool IsWinExe get;

TargetKind Library get;

int Tag get;

TargetKind WinExe get;