Method | Description | |
---|---|---|
Copy ( ) : Entity |
Creates a perfect copy of this entity.
|
|
Dispose ( ) : void |
Dispose and close this object.
|
|
Entity ( |
Creates a new entity that was embedded next in the stream
|
|
Entity ( EntityType type ) : System |
Creates a new Entity with the supplied type.
|
|
ExecuteTrigger ( ) : void |
Executes the trigger.
|
|
Save ( |
Saves the entity, embedding it into a file stream.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public Entity ( |
||
stream | The System.IO.BinaryReader to use. | |
return | System |
public Entity ( EntityType type ) : System | ||
type | EntityType | The Entity.EntityType to use. |
return | System |
public Save ( |
||
binwrite | The System.IO.BinaryWriter to use. | |
return | void |