C# Class Castle.ManagementExtensions.ManagementAttribute

Inheritance: ManagementObject
Show file Open project: nats/castle-1.0.3-mono

Protected Properties

Property Type Description
type System.Type

Public Methods

Method Description
ManagementAttribute ( String name, String description, Type attType ) : System
ManagementAttribute ( String name, Type attType ) : System

Method Details

ManagementAttribute() public method

public ManagementAttribute ( String name, String description, Type attType ) : System
name String
description String
attType System.Type
return System

ManagementAttribute() public method

public ManagementAttribute ( String name, Type attType ) : System
name String
attType System.Type
return System

Property Details

type protected property

protected Type,System type
return System.Type