Method | Description | |
---|---|---|
Get ( string instance, string behaviorType ) : IBehaviorStore | ||
Register ( string instance, string behaviorType, IBehaviorStore store ) : void | ||
Remove ( string instance ) : void |
public static Get ( string instance, string behaviorType ) : IBehaviorStore | ||
instance | string | |
behaviorType | string | |
return | IBehaviorStore |
public static Register ( string instance, string behaviorType, IBehaviorStore store ) : void | ||
instance | string | |
behaviorType | string | |
store | IBehaviorStore | |
return | void |
public static Remove ( string instance ) : void | ||
instance | string | |
return | void |